public class org.springframework.web.bind.support.WebRequestDataBinder extends org.springframework.web.bind.WebDataBinder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.bind.support.WebRequestDataBinder
  super_class: org.springframework.web.bind.WebDataBinder
{
  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.bind.support.WebRequestDataBinder this
        start local 1 // java.lang.Object target
         0: .line 78
            aload 0 /* this */
            aload 1 /* target */
            invokespecial org.springframework.web.bind.WebDataBinder.<init>:(Ljava/lang/Object;)V
         1: .line 79
            return
        end local 1 // java.lang.Object target
        end local 0 // org.springframework.web.bind.support.WebRequestDataBinder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/springframework/web/bind/support/WebRequestDataBinder;
            0    2     1  target  Ljava/lang/Object;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      target  

  public void <init>(java.lang.Object, java.lang.String);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.bind.support.WebRequestDataBinder this
        start local 1 // java.lang.Object target
        start local 2 // java.lang.String objectName
         0: .line 88
            aload 0 /* this */
            aload 1 /* target */
            aload 2 /* objectName */
            invokespecial org.springframework.web.bind.WebDataBinder.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 89
            return
        end local 2 // java.lang.String objectName
        end local 1 // java.lang.Object target
        end local 0 // org.springframework.web.bind.support.WebRequestDataBinder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/springframework/web/bind/support/WebRequestDataBinder;
            0    2     1      target  Ljava/lang/Object;
            0    2     2  objectName  Ljava/lang/String;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
    MethodParameters:
            Name  Flags
      target      
      objectName  

  public void bind(org.springframework.web.context.request.WebRequest);
    descriptor: (Lorg/springframework/web/context/request/WebRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.springframework.web.bind.support.WebRequestDataBinder this
        start local 1 // org.springframework.web.context.request.WebRequest request
         0: .line 111
            new org.springframework.beans.MutablePropertyValues
            dup
            aload 1 /* request */
            invokeinterface org.springframework.web.context.request.WebRequest.getParameterMap:()Ljava/util/Map;
            invokespecial org.springframework.beans.MutablePropertyValues.<init>:(Ljava/util/Map;)V
            astore 2 /* mpvs */
        start local 2 // org.springframework.beans.MutablePropertyValues mpvs
         1: .line 112
            aload 0 /* this */
            aload 1 /* request */
            invokevirtual org.springframework.web.bind.support.WebRequestDataBinder.isMultipartRequest:(Lorg/springframework/web/context/request/WebRequest;)Z
            ifeq 9
            aload 1 /* request */
            instanceof org.springframework.web.context.request.NativeWebRequest
            ifeq 9
         2: .line 113
            aload 1 /* request */
            checkcast org.springframework.web.context.request.NativeWebRequest
            ldc Lorg/springframework/web/multipart/MultipartRequest;
            invokeinterface org.springframework.web.context.request.NativeWebRequest.getNativeRequest:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast org.springframework.web.multipart.MultipartRequest
            astore 3 /* multipartRequest */
        start local 3 // org.springframework.web.multipart.MultipartRequest multipartRequest
         3: .line 114
            aload 3 /* multipartRequest */
            ifnull 6
         4: .line 115
            aload 0 /* this */
            aload 3 /* multipartRequest */
            invokeinterface org.springframework.web.multipart.MultipartRequest.getMultiFileMap:()Lorg/springframework/util/MultiValueMap;
            aload 2 /* mpvs */
            invokevirtual org.springframework.web.bind.support.WebRequestDataBinder.bindMultipart:(Ljava/util/Map;Lorg/springframework/beans/MutablePropertyValues;)V
         5: .line 116
            goto 9
         6: .line 118
      StackMap locals: org.springframework.beans.MutablePropertyValues org.springframework.web.multipart.MultipartRequest
      StackMap stack:
            aload 1 /* request */
            checkcast org.springframework.web.context.request.NativeWebRequest
            ldc Ljavax/servlet/http/HttpServletRequest;
            invokeinterface org.springframework.web.context.request.NativeWebRequest.getNativeRequest:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast javax.servlet.http.HttpServletRequest
            astore 4 /* servletRequest */
        start local 4 // javax.servlet.http.HttpServletRequest servletRequest
         7: .line 119
            aload 4 /* servletRequest */
            ifnull 9
         8: .line 120
            aload 0 /* this */
            aload 4 /* servletRequest */
            aload 2 /* mpvs */
            invokevirtual org.springframework.web.bind.support.WebRequestDataBinder.bindParts:(Ljavax/servlet/http/HttpServletRequest;Lorg/springframework/beans/MutablePropertyValues;)V
        end local 4 // javax.servlet.http.HttpServletRequest servletRequest
        end local 3 // org.springframework.web.multipart.MultipartRequest multipartRequest
         9: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* mpvs */
            invokevirtual org.springframework.web.bind.support.WebRequestDataBinder.doBind:(Lorg/springframework/beans/MutablePropertyValues;)V
        10: .line 125
            return
        end local 2 // org.springframework.beans.MutablePropertyValues mpvs
        end local 1 // org.springframework.web.context.request.WebRequest request
        end local 0 // org.springframework.web.bind.support.WebRequestDataBinder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   11     0              this  Lorg/springframework/web/bind/support/WebRequestDataBinder;
            0   11     1           request  Lorg/springframework/web/context/request/WebRequest;
            1   11     2              mpvs  Lorg/springframework/beans/MutablePropertyValues;
            3    9     3  multipartRequest  Lorg/springframework/web/multipart/MultipartRequest;
            7    9     4    servletRequest  Ljavax/servlet/http/HttpServletRequest;
    MethodParameters:
         Name  Flags
      request  

  private boolean isMultipartRequest(org.springframework.web.context.request.WebRequest);
    descriptor: (Lorg/springframework/web/context/request/WebRequest;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.web.bind.support.WebRequestDataBinder this
        start local 1 // org.springframework.web.context.request.WebRequest request
         0: .line 132
            aload 1 /* request */
            ldc "Content-Type"
            invokeinterface org.springframework.web.context.request.WebRequest.getHeader:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* contentType */
        start local 2 // java.lang.String contentType
         1: .line 133
            aload 2 /* contentType */
            ifnull 2
            aload 2 /* contentType */
            ldc "multipart"
            invokestatic org.springframework.util.StringUtils.startsWithIgnoreCase:(Ljava/lang/String;Ljava/lang/String;)Z
            ifeq 2
            iconst_1
            ireturn
      StackMap locals: java.lang.String
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // java.lang.String contentType
        end local 1 // org.springframework.web.context.request.WebRequest request
        end local 0 // org.springframework.web.bind.support.WebRequestDataBinder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/springframework/web/bind/support/WebRequestDataBinder;
            0    3     1      request  Lorg/springframework/web/context/request/WebRequest;
            1    3     2  contentType  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      request  

  private void bindParts(javax.servlet.http.HttpServletRequest, org.springframework.beans.MutablePropertyValues);
    descriptor: (Ljavax/servlet/http/HttpServletRequest;Lorg/springframework/beans/MutablePropertyValues;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.bind.support.WebRequestDataBinder this
         0: .line 139
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getParts() is undefined for the type HttpServletRequest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.bind.support.WebRequestDataBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/bind/support/WebRequestDataBinder;
    MethodParameters:
         Name  Flags
      request  
      mpvs     

  public void closeNoCatch();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.bind.support.WebRequestDataBinder this
         0: .line 166
            aload 0 /* this */
            invokevirtual org.springframework.web.bind.support.WebRequestDataBinder.getBindingResult:()Lorg/springframework/validation/BindingResult;
            invokeinterface org.springframework.validation.BindingResult.hasErrors:()Z
            ifeq 2
         1: .line 167
            new org.springframework.validation.BindException
            dup
            aload 0 /* this */
            invokevirtual org.springframework.web.bind.support.WebRequestDataBinder.getBindingResult:()Lorg/springframework/validation/BindingResult;
            invokespecial org.springframework.validation.BindException.<init>:(Lorg/springframework/validation/BindingResult;)V
            athrow
         2: .line 169
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.springframework.web.bind.support.WebRequestDataBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/web/bind/support/WebRequestDataBinder;
    Exceptions:
      throws org.springframework.validation.BindException
}
SourceFile: "WebRequestDataBinder.java"