public interface org.springframework.http.codec.CodecConfigurer$DefaultCodecs
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.http.codec.CodecConfigurer$DefaultCodecs
  super_class: java.lang.Object
{
  public abstract void jackson2JsonDecoder(org.springframework.core.codec.Decoder<?>);
    descriptor: (Lorg/springframework/core/codec/Decoder;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/core/codec/Decoder<*>;)V
    MethodParameters:
         Name  Flags
      decoder  

  public abstract void jackson2JsonEncoder(org.springframework.core.codec.Encoder<?>);
    descriptor: (Lorg/springframework/core/codec/Encoder;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/core/codec/Encoder<*>;)V
    MethodParameters:
         Name  Flags
      encoder  

  public abstract void protobufDecoder(org.springframework.core.codec.Decoder<?>);
    descriptor: (Lorg/springframework/core/codec/Decoder;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/core/codec/Decoder<*>;)V
    MethodParameters:
         Name  Flags
      decoder  

  public abstract void protobufEncoder(org.springframework.core.codec.Encoder<?>);
    descriptor: (Lorg/springframework/core/codec/Encoder;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/core/codec/Encoder<*>;)V
    MethodParameters:
         Name  Flags
      encoder  

  public abstract void jaxb2Decoder(org.springframework.core.codec.Decoder<?>);
    descriptor: (Lorg/springframework/core/codec/Decoder;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/core/codec/Decoder<*>;)V
    MethodParameters:
         Name  Flags
      decoder  

  public abstract void jaxb2Encoder(org.springframework.core.codec.Encoder<?>);
    descriptor: (Lorg/springframework/core/codec/Encoder;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/core/codec/Encoder<*>;)V
    MethodParameters:
         Name  Flags
      encoder  

  public abstract void enableLoggingRequestDetails(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      enable  
}
SourceFile: "CodecConfigurer.java"
NestHost: org.springframework.http.codec.CodecConfigurer
InnerClasses:
  public abstract DefaultCodecs = org.springframework.http.codec.CodecConfigurer$DefaultCodecs of org.springframework.http.codec.CodecConfigurer