public class org.springframework.web.util.ContentCachingRequestWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.util.ContentCachingRequestWrapper
  super_class: java.lang.Object
{
  private static final java.lang.String FORM_CONTENT_TYPE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "application/x-www-form-urlencoded"

  private final java.io.ByteArrayOutputStream cachedContent;
    descriptor: Ljava/io/ByteArrayOutputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Integer contentCacheLimit;
    descriptor: Ljava/lang/Integer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private ServletInputStream inputStream;
    descriptor: LServletInputStream;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.io.BufferedReader reader;
    descriptor: Ljava/io/BufferedReader;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>(HttpServletRequest);
    descriptor: (LHttpServletRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
         0: .line 30
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tThe method getInputStream() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tThe method getRequest() is undefined for the type ContentCachingRequestWrapper\n\tServletInputStream cannot be resolved to a type\n\tThe method getCharacterEncoding() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tThe method getReader() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tThe method getInputStream() from the type ContentCachingRequestWrapper refers to the missing type ServletInputStream\n\tThe method getParameter(String) of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tThe method getParameterMap() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tThe method getParameterNames() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tThe method getParameterValues(String) of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tThe method getContentType() is undefined for the type ContentCachingRequestWrapper\n\tThe method getMethod() is undefined for the type ContentCachingRequestWrapper\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tThe method read() of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tThe method read(byte[]) of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tThe method read(byte[], int, int) of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tThe method readLine(byte[], int, int) of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tThe method isFinished() of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tThe method isReady() of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tReadListener cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ContentCachingRequestWrapper;
    MethodParameters:
         Name  Flags
      request  

  public void <init>(HttpServletRequest, int);
    descriptor: (LHttpServletRequest;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
         0: .line 30
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tThe method getInputStream() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tThe method getRequest() is undefined for the type ContentCachingRequestWrapper\n\tServletInputStream cannot be resolved to a type\n\tThe method getCharacterEncoding() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tThe method getReader() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tThe method getInputStream() from the type ContentCachingRequestWrapper refers to the missing type ServletInputStream\n\tThe method getParameter(String) of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tThe method getParameterMap() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tThe method getParameterNames() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tThe method getParameterValues(String) of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tThe method getContentType() is undefined for the type ContentCachingRequestWrapper\n\tThe method getMethod() is undefined for the type ContentCachingRequestWrapper\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tThe method read() of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tThe method read(byte[]) of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tThe method read(byte[], int, int) of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tThe method readLine(byte[], int, int) of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tThe method isFinished() of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tThe method isReady() of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tReadListener cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ContentCachingRequestWrapper;
    MethodParameters:
                   Name  Flags
      request            
      contentCacheLimit  

  public ServletInputStream getInputStream();
    descriptor: ()LServletInputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
         0: .line 94
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletInputStream cannot be resolved to a type\n\tThe method getInputStream() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tThe method getRequest() is undefined for the type ContentCachingRequestWrapper\n\tServletInputStream cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ContentCachingRequestWrapper;
    Exceptions:
      throws java.io.IOException

  public java.lang.String getCharacterEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
         0: .line 102
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getCharacterEncoding() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ContentCachingRequestWrapper;

  public java.io.BufferedReader getReader();
    descriptor: ()Ljava/io/BufferedReader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
         0: .line 108
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getReader() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tThe method getInputStream() from the type ContentCachingRequestWrapper refers to the missing type ServletInputStream\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ContentCachingRequestWrapper;
    Exceptions:
      throws java.io.IOException

  public java.lang.String getParameter(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
         0: .line 116
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getParameter(String) of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ContentCachingRequestWrapper;
    MethodParameters:
      Name  Flags
      name  

  public java.util.Map<java.lang.String, java.lang.String[]> getParameterMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
         0: .line 124
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getParameterMap() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ContentCachingRequestWrapper;
    Signature: ()Ljava/util/Map<Ljava/lang/String;[Ljava/lang/String;>;

  public java.util.Enumeration<java.lang.String> getParameterNames();
    descriptor: ()Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
         0: .line 132
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getParameterNames() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ContentCachingRequestWrapper;
    Signature: ()Ljava/util/Enumeration<Ljava/lang/String;>;

  public java.lang.String[] getParameterValues(java.lang.String);
    descriptor: (Ljava/lang/String;)[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
         0: .line 140
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getParameterValues(String) of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ContentCachingRequestWrapper;
    MethodParameters:
      Name  Flags
      name  

  private boolean isFormPost();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
         0: .line 149
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getContentType() is undefined for the type ContentCachingRequestWrapper\n\tThe method getMethod() is undefined for the type ContentCachingRequestWrapper\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ContentCachingRequestWrapper;

  private void writeRequestParametersToCachedContent();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
         0: .line 158
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHttpServletRequestWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ContentCachingRequestWrapper;

  public byte[] getContentAsByteArray();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
         0: .line 189
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ContentCachingRequestWrapper;

  protected void handleContentOverflow(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
         0: .line 203
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ContentCachingRequestWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ContentCachingRequestWrapper;
    MethodParameters:
                   Name  Flags
      contentCacheLimit  
}
SourceFile: "ContentCachingRequestWrapper.java"
NestMembers:
  org.springframework.web.util.ContentCachingRequestWrapper$ContentCachingInputStream
InnerClasses:
  private ContentCachingInputStream = org.springframework.web.util.ContentCachingRequestWrapper$ContentCachingInputStream of org.springframework.web.util.ContentCachingRequestWrapper