public class org.springframework.http.codec.LoggingCodecSupport
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.http.codec.LoggingCodecSupport
  super_class: java.lang.Object
{
  protected final org.apache.commons.logging.Log logger;
    descriptor: Lorg/apache/commons/logging/Log;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private boolean enableLoggingRequestDetails;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.http.codec.LoggingCodecSupport this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokestatic org.springframework.http.HttpLogging.forLogName:(Ljava/lang/Class;)Lorg/apache/commons/logging/Log;
            putfield org.springframework.http.codec.LoggingCodecSupport.logger:Lorg/apache/commons/logging/Log;
         2: .line 37
            aload 0 /* this */
            iconst_0
            putfield org.springframework.http.codec.LoggingCodecSupport.enableLoggingRequestDetails:Z
         3: .line 32
            return
        end local 0 // org.springframework.http.codec.LoggingCodecSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/http/codec/LoggingCodecSupport;

  public void setEnableLoggingRequestDetails(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.http.codec.LoggingCodecSupport this
        start local 1 // boolean enable
         0: .line 47
            aload 0 /* this */
            iload 1 /* enable */
            putfield org.springframework.http.codec.LoggingCodecSupport.enableLoggingRequestDetails:Z
         1: .line 48
            return
        end local 1 // boolean enable
        end local 0 // org.springframework.http.codec.LoggingCodecSupport this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/springframework/http/codec/LoggingCodecSupport;
            0    2     1  enable  Z
    MethodParameters:
        Name  Flags
      enable  

  public boolean isEnableLoggingRequestDetails();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.http.codec.LoggingCodecSupport this
         0: .line 55
            aload 0 /* this */
            getfield org.springframework.http.codec.LoggingCodecSupport.enableLoggingRequestDetails:Z
            ireturn
        end local 0 // org.springframework.http.codec.LoggingCodecSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/codec/LoggingCodecSupport;
}
SourceFile: "LoggingCodecSupport.java"