public interface org.springframework.http.codec.CodecConfigurer$CustomCodecs
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.http.codec.CodecConfigurer$CustomCodecs
  super_class: java.lang.Object
{
  public abstract void decoder(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 encoder(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 reader(org.springframework.http.codec.HttpMessageReader<?>);
    descriptor: (Lorg/springframework/http/codec/HttpMessageReader;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/http/codec/HttpMessageReader<*>;)V
    MethodParameters:
        Name  Flags
      reader  

  public abstract void writer(org.springframework.http.codec.HttpMessageWriter<?>);
    descriptor: (Lorg/springframework/http/codec/HttpMessageWriter;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/http/codec/HttpMessageWriter<*>;)V
    MethodParameters:
        Name  Flags
      writer  
}
SourceFile: "CodecConfigurer.java"
NestHost: org.springframework.http.codec.CodecConfigurer
InnerClasses:
  public abstract CustomCodecs = org.springframework.http.codec.CodecConfigurer$CustomCodecs of org.springframework.http.codec.CodecConfigurer