final class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver$RequestHeaderNamedValueInfo extends org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver$NamedValueInfo
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver$RequestHeaderNamedValueInfo
super_class: org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver$NamedValueInfo
{
private void <init>(org.springframework.web.bind.annotation.RequestHeader);
descriptor: (Lorg/springframework/web/bind/annotation/RequestHeader;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=2, args_size=2
start local 0 // org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver$RequestHeaderNamedValueInfo this
start local 1 // org.springframework.web.bind.annotation.RequestHeader annotation
0: .line 94
aload 0 /* this */
aload 1 /* annotation */
invokeinterface org.springframework.web.bind.annotation.RequestHeader.name:()Ljava/lang/String;
aload 1 /* annotation */
invokeinterface org.springframework.web.bind.annotation.RequestHeader.required:()Z
aload 1 /* annotation */
invokeinterface org.springframework.web.bind.annotation.RequestHeader.defaultValue:()Ljava/lang/String;
invokespecial org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver$NamedValueInfo.<init>:(Ljava/lang/String;ZLjava/lang/String;)V
1: .line 95
return
end local 1 // org.springframework.web.bind.annotation.RequestHeader annotation
end local 0 // org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver$RequestHeaderNamedValueInfo this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/web/method/annotation/RequestHeaderMethodArgumentResolver$RequestHeaderNamedValueInfo;
0 2 1 annotation Lorg/springframework/web/bind/annotation/RequestHeader;
MethodParameters:
Name Flags
annotation
}
SourceFile: "RequestHeaderMethodArgumentResolver.java"
NestHost: org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
InnerClasses:
protected NamedValueInfo = org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver$NamedValueInfo of org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
private final RequestHeaderNamedValueInfo = org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver$RequestHeaderNamedValueInfo of org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver