public class org.springframework.boot.context.annotation.UserConfigurations extends org.springframework.boot.context.annotation.Configurations implements org.springframework.core.PriorityOrdered
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.boot.context.annotation.UserConfigurations
super_class: org.springframework.boot.context.annotation.Configurations
{
protected void <init>(java.util.Collection<java.lang.Class<?>>);
descriptor: (Ljava/util/Collection;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.springframework.boot.context.annotation.Configurations.<init>:(Ljava/util/Collection;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/boot/context/annotation/UserConfigurations;
0 2 1 classes Ljava/util/Collection<Ljava/lang/Class<*>;>;
Signature: (Ljava/util/Collection<Ljava/lang/Class<*>;>;)V
MethodParameters:
Name Flags
classes
public int getOrder();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc 2147483647
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/annotation/UserConfigurations;
protected org.springframework.boot.context.annotation.UserConfigurations merge(java.util.Set<java.lang.Class<?>>);
descriptor: (Ljava/util/Set;)Lorg/springframework/boot/context/annotation/UserConfigurations;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new org.springframework.boot.context.annotation.UserConfigurations
dup
aload 1
invokespecial org.springframework.boot.context.annotation.UserConfigurations.<init>:(Ljava/util/Collection;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/annotation/UserConfigurations;
0 1 1 mergedClasses Ljava/util/Set<Ljava/lang/Class<*>;>;
Signature: (Ljava/util/Set<Ljava/lang/Class<*>;>;)Lorg/springframework/boot/context/annotation/UserConfigurations;
MethodParameters:
Name Flags
mergedClasses
public static org.springframework.boot.context.annotation.UserConfigurations of(java.lang.Class<?>[]);
descriptor: ([Ljava/lang/Class;)Lorg/springframework/boot/context/annotation/UserConfigurations;
flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.springframework.boot.context.annotation.UserConfigurations
dup
aload 0
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
invokespecial org.springframework.boot.context.annotation.UserConfigurations.<init>:(Ljava/util/Collection;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 classes [Ljava/lang/Class;
Signature: ([Ljava/lang/Class<*>;)Lorg/springframework/boot/context/annotation/UserConfigurations;
MethodParameters:
Name Flags
classes
protected org.springframework.boot.context.annotation.Configurations merge(java.util.Set);
descriptor: (Ljava/util/Set;)Lorg/springframework/boot/context/annotation/Configurations;
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.springframework.boot.context.annotation.UserConfigurations.merge:(Ljava/util/Set;)Lorg/springframework/boot/context/annotation/UserConfigurations;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "UserConfigurations.java"