public interface org.springframework.web.bind.support.WebBindingInitializer
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.web.bind.support.WebBindingInitializer
super_class: java.lang.Object
{
public abstract void initBinder(org.springframework.web.bind.WebDataBinder);
descriptor: (Lorg/springframework/web/bind/WebDataBinder;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
binder
public void initBinder(org.springframework.web.bind.WebDataBinder, org.springframework.web.context.request.WebRequest);
descriptor: (Lorg/springframework/web/bind/WebDataBinder;Lorg/springframework/web/context/request/WebRequest;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 // org.springframework.web.bind.support.WebBindingInitializer this
start local 1 // org.springframework.web.bind.WebDataBinder binder
start local 2 // org.springframework.web.context.request.WebRequest request
0: .line 47
aload 0 /* this */
aload 1 /* binder */
invokeinterface org.springframework.web.bind.support.WebBindingInitializer.initBinder:(Lorg/springframework/web/bind/WebDataBinder;)V
1: .line 48
return
end local 2 // org.springframework.web.context.request.WebRequest request
end local 1 // org.springframework.web.bind.WebDataBinder binder
end local 0 // org.springframework.web.bind.support.WebBindingInitializer this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/web/bind/support/WebBindingInitializer;
0 2 1 binder Lorg/springframework/web/bind/WebDataBinder;
0 2 2 request Lorg/springframework/web/context/request/WebRequest;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
binder
request
}
SourceFile: "WebBindingInitializer.java"