public class org.springframework.web.context.request.RequestScope extends org.springframework.web.context.request.AbstractRequestAttributesScope
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.web.context.request.RequestScope
super_class: org.springframework.web.context.request.AbstractRequestAttributesScope
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.springframework.web.context.request.AbstractRequestAttributesScope.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/context/request/RequestScope;
protected int getScope();
descriptor: ()I
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/context/request/RequestScope;
public java.lang.String getConversationId();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/context/request/RequestScope;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
}
SourceFile: "RequestScope.java"