class org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler
super_class: java.lang.Object
{
private java.util.List<org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder> deferredImportSelectors;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorHolder;>;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
final org.springframework.context.annotation.ConfigurationClassParser this$0;
descriptor: Lorg/springframework/context/annotation/ConfigurationClassParser;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.springframework.context.annotation.ConfigurationClassParser);
descriptor: (Lorg/springframework/context/annotation/ConfigurationClassParser;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 // org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler this
0: .line 740
aload 0 /* this */
aload 1
putfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler.this$0:Lorg/springframework/context/annotation/ConfigurationClassParser;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 743
aload 0 /* this */
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler.deferredImportSelectors:Ljava/util/List;
2: .line 740
return
end local 0 // org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorHandler;
MethodParameters:
Name Flags
this$0 final
public void handle(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=4, locals=5, args_size=3
start local 0 // org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler this
start local 1 // org.springframework.context.annotation.ConfigurationClass configClass
start local 2 // org.springframework.context.annotation.DeferredImportSelector importSelector
0: .line 754
new org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder
dup
1: .line 755
aload 1 /* configClass */
aload 2 /* importSelector */
2: .line 754
invokespecial org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder.<init>:(Lorg/springframework/context/annotation/ConfigurationClass;Lorg/springframework/context/annotation/DeferredImportSelector;)V
astore 3 /* holder */
start local 3 // org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder holder
3: .line 756
aload 0 /* this */
getfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler.deferredImportSelectors:Ljava/util/List;
ifnonnull 8
4: .line 757
new org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler
dup
aload 0 /* this */
getfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler.this$0:Lorg/springframework/context/annotation/ConfigurationClassParser;
invokespecial org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.<init>:(Lorg/springframework/context/annotation/ConfigurationClassParser;)V
astore 4 /* handler */
start local 4 // org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler handler
5: .line 758
aload 4 /* handler */
aload 3 /* holder */
invokevirtual org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.register:(Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorHolder;)V
6: .line 759
aload 4 /* handler */
invokevirtual org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.processGroupImports:()V
end local 4 // org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler handler
7: .line 760
goto 9
8: .line 762
StackMap locals: org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder
StackMap stack:
aload 0 /* this */
getfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler.deferredImportSelectors:Ljava/util/List;
aload 3 /* holder */
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
9: .line 764
StackMap locals:
StackMap stack:
return
end local 3 // org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder holder
end local 2 // org.springframework.context.annotation.DeferredImportSelector importSelector
end local 1 // org.springframework.context.annotation.ConfigurationClass configClass
end local 0 // org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler this
LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorHandler;
0 10 1 configClass Lorg/springframework/context/annotation/ConfigurationClass;
0 10 2 importSelector Lorg/springframework/context/annotation/DeferredImportSelector;
3 10 3 holder Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorHolder;
5 7 4 handler Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorGroupingHandler;
MethodParameters:
Name Flags
configClass
importSelector
public void process();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=1
start local 0 // org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler this
0: .line 767
aload 0 /* this */
getfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler.deferredImportSelectors:Ljava/util/List;
astore 1 /* deferredImports */
start local 1 // java.util.List deferredImports
1: .line 768
aload 0 /* this */
aconst_null
putfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler.deferredImportSelectors:Ljava/util/List;
2: .line 770
aload 1 /* deferredImports */
ifnull 11
3: .line 771
new org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler
dup
aload 0 /* this */
getfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler.this$0:Lorg/springframework/context/annotation/ConfigurationClassParser;
invokespecial org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.<init>:(Lorg/springframework/context/annotation/ConfigurationClassParser;)V
astore 2 /* handler */
start local 2 // org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler handler
4: .line 772
aload 1 /* deferredImports */
getstatic org.springframework.context.annotation.ConfigurationClassParser.DEFERRED_IMPORT_COMPARATOR:Ljava/util/Comparator;
invokeinterface java.util.List.sort:(Ljava/util/Comparator;)V
5: .line 773
aload 1 /* deferredImports */
aload 2 /* handler */
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
invokedynamic accept(Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorGroupingHandler;)Ljava/util/function/Consumer;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
org/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorGroupingHandler.register(Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorHolder;)V (5)
(Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorHolder;)V
invokeinterface java.util.List.forEach:(Ljava/util/function/Consumer;)V
6: .line 774
aload 2 /* handler */
invokevirtual org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.processGroupImports:()V
end local 2 // org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler handler
7: .line 776
goto 11
8: .line 777
StackMap locals: org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler java.util.List
StackMap stack: java.lang.Throwable
astore 4
9: .line 778
aload 0 /* this */
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler.deferredImportSelectors:Ljava/util/List;
10: .line 779
aload 4
athrow
11: .line 778
StackMap locals:
StackMap stack:
aload 0 /* this */
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler.deferredImportSelectors:Ljava/util/List;
12: .line 780
return
end local 1 // java.util.List deferredImports
end local 0 // org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler this
LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorHandler;
1 13 1 deferredImports Ljava/util/List<Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorHolder;>;
4 7 2 handler Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorGroupingHandler;
Exception table:
from to target type
2 8 8 any
}
SourceFile: "ConfigurationClassParser.java"
NestHost: org.springframework.context.annotation.ConfigurationClassParser
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
private DeferredImportSelectorGroupingHandler = org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler of org.springframework.context.annotation.ConfigurationClassParser
private DeferredImportSelectorHandler = org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHandler of org.springframework.context.annotation.ConfigurationClassParser
private DeferredImportSelectorHolder = org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder of org.springframework.context.annotation.ConfigurationClassParser