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 start local 1 0: aload 0
aload 1
invokespecial org.springframework.web.bind.WebDataBinder.<init>:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial org.springframework.web.bind.WebDataBinder.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
1: return
end local 2 end local 1 end local 0 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 start local 1 0: new org.springframework.beans.MutablePropertyValues
dup
aload 1
invokeinterface org.springframework.web.context.request.WebRequest.getParameterMap:()Ljava/util/Map;
invokespecial org.springframework.beans.MutablePropertyValues.<init>:(Ljava/util/Map;)V
astore 2
start local 2 1: aload 0
aload 1
invokevirtual org.springframework.web.bind.support.WebRequestDataBinder.isMultipartRequest:(Lorg/springframework/web/context/request/WebRequest;)Z
ifeq 9
aload 1
instanceof org.springframework.web.context.request.NativeWebRequest
ifeq 9
2: aload 1
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
start local 3 3: aload 3
ifnull 6
4: aload 0
aload 3
invokeinterface org.springframework.web.multipart.MultipartRequest.getMultiFileMap:()Lorg/springframework/util/MultiValueMap;
aload 2
invokevirtual org.springframework.web.bind.support.WebRequestDataBinder.bindMultipart:(Ljava/util/Map;Lorg/springframework/beans/MutablePropertyValues;)V
5: goto 9
6: StackMap locals: org.springframework.beans.MutablePropertyValues org.springframework.web.multipart.MultipartRequest
StackMap stack:
aload 1
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
start local 4 7: aload 4
ifnull 9
8: aload 0
aload 4
aload 2
invokevirtual org.springframework.web.bind.support.WebRequestDataBinder.bindParts:(Ljavax/servlet/http/HttpServletRequest;Lorg/springframework/beans/MutablePropertyValues;)V
end local 4 end local 3 9: StackMap locals:
StackMap stack:
aload 0
aload 2
invokevirtual org.springframework.web.bind.support.WebRequestDataBinder.doBind:(Lorg/springframework/beans/MutablePropertyValues;)V
10: return
end local 2 end local 1 end local 0 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 start local 1 0: aload 1
ldc "Content-Type"
invokeinterface org.springframework.web.context.request.WebRequest.getHeader:(Ljava/lang/String;)Ljava/lang/String;
astore 2
start local 2 1: aload 2
ifnull 2
aload 2
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 end local 1 end local 0 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 0: 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 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 0: aload 0
invokevirtual org.springframework.web.bind.support.WebRequestDataBinder.getBindingResult:()Lorg/springframework/validation/BindingResult;
invokeinterface org.springframework.validation.BindingResult.hasErrors:()Z
ifeq 2
1: new org.springframework.validation.BindException
dup
aload 0
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: StackMap locals:
StackMap stack:
return
end local 0 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"