public interface org.springframework.http.codec.CodecConfigurer$DefaultCodecConfig
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.http.codec.CodecConfigurer$DefaultCodecConfig
  super_class: java.lang.Object
{
  public abstract java.lang.Integer maxInMemorySize();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public abstract java.lang.Boolean isEnableLoggingRequestDetails();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "CodecConfigurer.java"
NestHost: org.springframework.http.codec.CodecConfigurer
InnerClasses:
  public abstract DefaultCodecConfig = org.springframework.http.codec.CodecConfigurer$DefaultCodecConfig of org.springframework.http.codec.CodecConfigurer