class org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder
super_class: java.lang.Object
{
private final org.springframework.context.annotation.ConfigurationClass configurationClass;
descriptor: Lorg/springframework/context/annotation/ConfigurationClass;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.springframework.context.annotation.DeferredImportSelector importSelector;
descriptor: Lorg/springframework/context/annotation/DeferredImportSelector;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.springframework.context.annotation.ConfigurationClass, org.springframework.context.annotation.DeferredImportSelector);
descriptor: (Lorg/springframework/context/annotation/ConfigurationClass;Lorg/springframework/context/annotation/DeferredImportSelector;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 // org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder this
start local 1 // org.springframework.context.annotation.ConfigurationClass configClass
start local 2 // org.springframework.context.annotation.DeferredImportSelector selector
0: .line 843
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 844
aload 0 /* this */
aload 1 /* configClass */
putfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder.configurationClass:Lorg/springframework/context/annotation/ConfigurationClass;
2: .line 845
aload 0 /* this */
aload 2 /* selector */
putfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder.importSelector:Lorg/springframework/context/annotation/DeferredImportSelector;
3: .line 846
return
end local 2 // org.springframework.context.annotation.DeferredImportSelector selector
end local 1 // org.springframework.context.annotation.ConfigurationClass configClass
end local 0 // org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorHolder;
0 4 1 configClass Lorg/springframework/context/annotation/ConfigurationClass;
0 4 2 selector Lorg/springframework/context/annotation/DeferredImportSelector;
MethodParameters:
Name Flags
configClass
selector
public org.springframework.context.annotation.ConfigurationClass getConfigurationClass();
descriptor: ()Lorg/springframework/context/annotation/ConfigurationClass;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder this
0: .line 849
aload 0 /* this */
getfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder.configurationClass:Lorg/springframework/context/annotation/ConfigurationClass;
areturn
end local 0 // org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorHolder;
public org.springframework.context.annotation.DeferredImportSelector getImportSelector();
descriptor: ()Lorg/springframework/context/annotation/DeferredImportSelector;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder this
0: .line 853
aload 0 /* this */
getfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder.importSelector:Lorg/springframework/context/annotation/DeferredImportSelector;
areturn
end local 0 // org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorHolder;
}
SourceFile: "ConfigurationClassParser.java"
NestHost: org.springframework.context.annotation.ConfigurationClassParser
InnerClasses:
private DeferredImportSelectorHolder = org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder of org.springframework.context.annotation.ConfigurationClassParser