public interface org.springframework.http.codec.ClientCodecConfigurer extends org.springframework.http.codec.CodecConfigurer
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.http.codec.ClientCodecConfigurer
  super_class: java.lang.Object
{
  public abstract org.springframework.http.codec.ClientCodecConfigurer$ClientDefaultCodecs defaultCodecs();
    descriptor: ()Lorg/springframework/http/codec/ClientCodecConfigurer$ClientDefaultCodecs;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.springframework.http.codec.ClientCodecConfigurer clone();
    descriptor: ()Lorg/springframework/http/codec/ClientCodecConfigurer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public static org.springframework.http.codec.ClientCodecConfigurer create();
    descriptor: ()Lorg/springframework/http/codec/ClientCodecConfigurer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 77
            ldc Lorg/springframework/http/codec/ClientCodecConfigurer;
            invokestatic org.springframework.http.codec.CodecConfigurerFactory.create:(Ljava/lang/Class;)Lorg/springframework/http/codec/CodecConfigurer;
            checkcast org.springframework.http.codec.ClientCodecConfigurer
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.springframework.http.codec.CodecConfigurer$DefaultCodecs defaultCodecs();
    descriptor: ()Lorg/springframework/http/codec/CodecConfigurer$DefaultCodecs;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.springframework.http.codec.ClientCodecConfigurer.defaultCodecs:()Lorg/springframework/http/codec/ClientCodecConfigurer$ClientDefaultCodecs;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.springframework.http.codec.CodecConfigurer clone();
    descriptor: ()Lorg/springframework/http/codec/CodecConfigurer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.springframework.http.codec.ClientCodecConfigurer.clone:()Lorg/springframework/http/codec/ClientCodecConfigurer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.springframework.http.codec.ClientCodecConfigurer.clone:()Lorg/springframework/http/codec/ClientCodecConfigurer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "ClientCodecConfigurer.java"
NestMembers:
  org.springframework.http.codec.ClientCodecConfigurer$ClientDefaultCodecs  org.springframework.http.codec.ClientCodecConfigurer$MultipartCodecs
InnerClasses:
  public abstract ClientDefaultCodecs = org.springframework.http.codec.ClientCodecConfigurer$ClientDefaultCodecs of org.springframework.http.codec.ClientCodecConfigurer
  public abstract MultipartCodecs = org.springframework.http.codec.ClientCodecConfigurer$MultipartCodecs of org.springframework.http.codec.ClientCodecConfigurer
  public abstract DefaultCodecs = org.springframework.http.codec.CodecConfigurer$DefaultCodecs of org.springframework.http.codec.CodecConfigurer