class org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler
super_class: java.lang.Object
{
private final java.util.Map<java.lang.Object, org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGrouping> groupings;
descriptor: Ljava/util/Map;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Map<Ljava/lang/Object;Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorGrouping;>;
private final java.util.Map<org.springframework.core.type.AnnotationMetadata, org.springframework.context.annotation.ConfigurationClass> configurationClasses;
descriptor: Ljava/util/Map;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Map<Lorg/springframework/core/type/AnnotationMetadata;Lorg/springframework/context/annotation/ConfigurationClass;>;
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 0: aload 0
aload 1
putfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.this$0:Lorg/springframework/context/annotation/ConfigurationClassParser;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.util.LinkedHashMap
dup
invokespecial java.util.LinkedHashMap.<init>:()V
putfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.groupings:Ljava/util/Map;
2: aload 0
new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
putfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.configurationClasses:Ljava/util/Map;
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorGroupingHandler;
MethodParameters:
Name Flags
this$0 final
public void register(org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder);
descriptor: (Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorHolder;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder.getImportSelector:()Lorg/springframework/context/annotation/DeferredImportSelector;
1: invokeinterface org.springframework.context.annotation.DeferredImportSelector.getImportGroup:()Ljava/lang/Class;
2: astore 2
start local 2 3: aload 0
getfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.groupings:Ljava/util/Map;
4: aload 2
ifnull 5
aload 2
goto 6
StackMap locals: org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder java.lang.Class
StackMap stack: java.util.Map
5: aload 1
6: StackMap locals: org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder java.lang.Class
StackMap stack: java.util.Map java.lang.Object
aload 0
aload 2
invokedynamic apply(Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorGroupingHandler;Ljava/lang/Class;)Ljava/util/function/Function;
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;)Ljava/lang/Object;
org/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorGroupingHandler.lambda$0(Ljava/lang/Class;Ljava/lang/Object;)Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorGrouping; (7)
(Ljava/lang/Object;)Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorGrouping;
7: invokeinterface java.util.Map.computeIfAbsent:(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;
checkcast org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGrouping
astore 3
start local 3 8: aload 3
aload 1
invokevirtual org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGrouping.add:(Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorHolder;)V
9: aload 0
getfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.configurationClasses:Ljava/util/Map;
aload 1
invokevirtual org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder.getConfigurationClass:()Lorg/springframework/context/annotation/ConfigurationClass;
invokevirtual org.springframework.context.annotation.ConfigurationClass.getMetadata:()Lorg/springframework/core/type/AnnotationMetadata;
10: aload 1
invokevirtual org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder.getConfigurationClass:()Lorg/springframework/context/annotation/ConfigurationClass;
11: invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
12: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorGroupingHandler;
0 13 1 deferredImport Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorHolder;
3 13 2 group Ljava/lang/Class<+Lorg/springframework/context/annotation/DeferredImportSelector$Group;>;
8 13 3 grouping Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorGrouping;
MethodParameters:
Name Flags
deferredImport
public void processGroupImports();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
getfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.groupings:Ljava/util/Map;
invokeinterface java.util.Map.values:()Ljava/util/Collection;
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
astore 2
goto 3
StackMap locals: org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler top java.util.Iterator
StackMap stack:
1: aload 2
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGrouping
astore 1
start local 1 2: aload 1
invokevirtual org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGrouping.getImports:()Ljava/lang/Iterable;
aload 0
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.lambda$1(Lorg/springframework/context/annotation/DeferredImportSelector$Group$Entry;)V (7)
(Lorg/springframework/context/annotation/DeferredImportSelector$Group$Entry;)V
invokeinterface java.lang.Iterable.forEach:(Ljava/util/function/Consumer;)V
end local 1 3: StackMap locals:
StackMap stack:
aload 2
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorGroupingHandler;
2 3 1 grouping Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorGrouping;
private org.springframework.context.annotation.DeferredImportSelector$Group createGroup(java.lang.Class<? extends org.springframework.context.annotation.DeferredImportSelector$Group>);
descriptor: (Ljava/lang/Class;)Lorg/springframework/context/annotation/DeferredImportSelector$Group;
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 1
ifnull 1
aload 1
goto 2
1: StackMap locals:
StackMap stack:
ldc Lorg/springframework/context/annotation/ConfigurationClassParser$DefaultDeferredImportSelectorGroup;
2: StackMap locals:
StackMap stack: java.lang.Class
astore 2
start local 2 3: aload 2
invokestatic org.springframework.beans.BeanUtils.instantiateClass:(Ljava/lang/Class;)Ljava/lang/Object;
checkcast org.springframework.context.annotation.DeferredImportSelector$Group
astore 3
start local 3 4: aload 3
5: aload 0
getfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.this$0:Lorg/springframework/context/annotation/ConfigurationClassParser;
getfield org.springframework.context.annotation.ConfigurationClassParser.environment:Lorg/springframework/core/env/Environment;
6: aload 0
getfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.this$0:Lorg/springframework/context/annotation/ConfigurationClassParser;
getfield org.springframework.context.annotation.ConfigurationClassParser.resourceLoader:Lorg/springframework/core/io/ResourceLoader;
7: aload 0
getfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.this$0:Lorg/springframework/context/annotation/ConfigurationClassParser;
getfield org.springframework.context.annotation.ConfigurationClassParser.registry:Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;
8: invokestatic org.springframework.context.annotation.ParserStrategyUtils.invokeAwareMethods:(Ljava/lang/Object;Lorg/springframework/core/env/Environment;Lorg/springframework/core/io/ResourceLoader;Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;)V
9: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorGroupingHandler;
0 10 1 type Ljava/lang/Class<+Lorg/springframework/context/annotation/DeferredImportSelector$Group;>;
3 10 2 effectiveType Ljava/lang/Class<+Lorg/springframework/context/annotation/DeferredImportSelector$Group;>;
4 10 3 group Lorg/springframework/context/annotation/DeferredImportSelector$Group;
Signature: (Ljava/lang/Class<+Lorg/springframework/context/annotation/DeferredImportSelector$Group;>;)Lorg/springframework/context/annotation/DeferredImportSelector$Group;
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
type
private org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGrouping lambda$0(java.lang.Class, java.lang.Object);
descriptor: (Ljava/lang/Class;Ljava/lang/Object;)Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorGrouping;
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 2 0: new org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGrouping
dup
aload 0
aload 1
invokevirtual org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.createGroup:(Ljava/lang/Class;)Lorg/springframework/context/annotation/DeferredImportSelector$Group;
invokespecial org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGrouping.<init>:(Lorg/springframework/context/annotation/DeferredImportSelector$Group;)V
areturn
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorGroupingHandler;
0 1 2 key Ljava/lang/Object;
private void lambda$1(org.springframework.context.annotation.DeferredImportSelector$Group$Entry);
descriptor: (Lorg/springframework/context/annotation/DeferredImportSelector$Group$Entry;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=8, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.configurationClasses:Ljava/util/Map;
1: aload 1
invokevirtual org.springframework.context.annotation.DeferredImportSelector$Group$Entry.getMetadata:()Lorg/springframework/core/type/AnnotationMetadata;
2: invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast org.springframework.context.annotation.ConfigurationClass
astore 2
start local 2 3: aload 0
getfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.this$0:Lorg/springframework/context/annotation/ConfigurationClassParser;
aload 2
aload 0
getfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.this$0:Lorg/springframework/context/annotation/ConfigurationClassParser;
aload 2
invokevirtual org.springframework.context.annotation.ConfigurationClassParser.asSourceClass:(Lorg/springframework/context/annotation/ConfigurationClass;)Lorg/springframework/context/annotation/ConfigurationClassParser$SourceClass;
4: aload 0
getfield org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler.this$0:Lorg/springframework/context/annotation/ConfigurationClassParser;
iconst_1
anewarray java.lang.String
dup
iconst_0
aload 1
invokevirtual org.springframework.context.annotation.DeferredImportSelector$Group$Entry.getImportClassName:()Ljava/lang/String;
aastore
invokevirtual org.springframework.context.annotation.ConfigurationClassParser.asSourceClasses:([Ljava/lang/String;)Ljava/util/Collection;
iconst_0
5: invokevirtual org.springframework.context.annotation.ConfigurationClassParser.processImports:(Lorg/springframework/context/annotation/ConfigurationClass;Lorg/springframework/context/annotation/ConfigurationClassParser$SourceClass;Ljava/util/Collection;Z)V
6: goto 16
7: StackMap locals: org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler org.springframework.context.annotation.DeferredImportSelector$Group$Entry org.springframework.context.annotation.ConfigurationClass
StackMap stack: org.springframework.beans.factory.BeanDefinitionStoreException
astore 3
start local 3 8: aload 3
athrow
end local 3 9: StackMap locals:
StackMap stack: java.lang.Throwable
astore 3
start local 3 10: new org.springframework.beans.factory.BeanDefinitionStoreException
dup
11: new java.lang.StringBuilder
dup
ldc "Failed to process import candidates for configuration class ["
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
12: aload 2
invokevirtual org.springframework.context.annotation.ConfigurationClass.getMetadata:()Lorg/springframework/core/type/AnnotationMetadata;
invokeinterface org.springframework.core.type.AnnotationMetadata.getClassName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc "]"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
13: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
14: aload 3
15: invokespecial org.springframework.beans.factory.BeanDefinitionStoreException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 3 end local 2 16: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lorg/springframework/context/annotation/ConfigurationClassParser$DeferredImportSelectorGroupingHandler;
0 17 1 entry Lorg/springframework/context/annotation/DeferredImportSelector$Group$Entry;
3 16 2 configurationClass Lorg/springframework/context/annotation/ConfigurationClass;
8 9 3 ex Lorg/springframework/beans/factory/BeanDefinitionStoreException;
10 16 3 ex Ljava/lang/Throwable;
Exception table:
from to target type
3 6 7 Class org.springframework.beans.factory.BeanDefinitionStoreException
3 6 9 Class java.lang.Throwable
}
SourceFile: "ConfigurationClassParser.java"
NestHost: org.springframework.context.annotation.ConfigurationClassParser
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
private DefaultDeferredImportSelectorGroup = org.springframework.context.annotation.ConfigurationClassParser$DefaultDeferredImportSelectorGroup of org.springframework.context.annotation.ConfigurationClassParser
private DeferredImportSelectorGrouping = org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGrouping of org.springframework.context.annotation.ConfigurationClassParser
private DeferredImportSelectorGroupingHandler = org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorGroupingHandler of org.springframework.context.annotation.ConfigurationClassParser
private DeferredImportSelectorHolder = org.springframework.context.annotation.ConfigurationClassParser$DeferredImportSelectorHolder of org.springframework.context.annotation.ConfigurationClassParser
private SourceClass = org.springframework.context.annotation.ConfigurationClassParser$SourceClass of org.springframework.context.annotation.ConfigurationClassParser
public abstract Group = org.springframework.context.annotation.DeferredImportSelector$Group of org.springframework.context.annotation.DeferredImportSelector
public Entry = org.springframework.context.annotation.DeferredImportSelector$Group$Entry of org.springframework.context.annotation.DeferredImportSelector$Group