public final class org.springframework.boot.context.properties.ConfigurationPropertiesBean
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.springframework.boot.context.properties.ConfigurationPropertiesBean
super_class: java.lang.Object
{
private final java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.Object instance;
descriptor: Ljava/lang/Object;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.springframework.boot.context.properties.ConfigurationProperties annotation;
descriptor: Lorg/springframework/boot/context/properties/ConfigurationProperties;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.springframework.boot.context.properties.bind.Bindable<?> bindTarget;
descriptor: Lorg/springframework/boot/context/properties/bind/Bindable;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/springframework/boot/context/properties/bind/Bindable<*>;
private final org.springframework.boot.context.properties.ConfigurationPropertiesBean$BindMethod bindMethod;
descriptor: Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean$BindMethod;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>(java.lang.String, , org.springframework.boot.context.properties.ConfigurationProperties, org.springframework.boot.context.properties.bind.Bindable<?>);
descriptor: (Ljava/lang/String;Ljava/lang/Object;Lorg/springframework/boot/context/properties/ConfigurationProperties;Lorg/springframework/boot/context/properties/bind/Bindable;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.name:Ljava/lang/String;
2: aload 0
aload 2
putfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.instance:Ljava/lang/Object;
3: aload 0
aload 3
putfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.annotation:Lorg/springframework/boot/context/properties/ConfigurationProperties;
4: aload 0
aload 4
putfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.bindTarget:Lorg/springframework/boot/context/properties/bind/Bindable;
5: aload 0
aload 4
invokevirtual org.springframework.boot.context.properties.bind.Bindable.getType:()Lorg/springframework/core/ResolvableType;
invokevirtual org.springframework.core.ResolvableType.resolve:()Ljava/lang/Class;
invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean$BindMethod.forType:(Ljava/lang/Class;)Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean$BindMethod;
putfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.bindMethod:Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean$BindMethod;
6: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;
0 7 1 name Ljava/lang/String;
0 7 2 instance Ljava/lang/Object;
0 7 3 annotation Lorg/springframework/boot/context/properties/ConfigurationProperties;
0 7 4 bindTarget Lorg/springframework/boot/context/properties/bind/Bindable<*>;
Signature: (Ljava/lang/String;Ljava/lang/Object;Lorg/springframework/boot/context/properties/ConfigurationProperties;Lorg/springframework/boot/context/properties/bind/Bindable<*>;)V
MethodParameters:
Name Flags
name
instance
annotation
bindTarget
public java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.name:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;
public java.lang.Object getInstance();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.instance:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;
java.lang.Class<?> getType();
descriptor: ()Ljava/lang/Class;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.bindTarget:Lorg/springframework/boot/context/properties/bind/Bindable;
invokevirtual org.springframework.boot.context.properties.bind.Bindable.getType:()Lorg/springframework/core/ResolvableType;
invokevirtual org.springframework.core.ResolvableType.resolve:()Ljava/lang/Class;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;
Signature: ()Ljava/lang/Class<*>;
public org.springframework.boot.context.properties.ConfigurationPropertiesBean$BindMethod getBindMethod();
descriptor: ()Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean$BindMethod;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.bindMethod:Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean$BindMethod;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;
public org.springframework.boot.context.properties.ConfigurationProperties getAnnotation();
descriptor: ()Lorg/springframework/boot/context/properties/ConfigurationProperties;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.annotation:Lorg/springframework/boot/context/properties/ConfigurationProperties;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;
public org.springframework.boot.context.properties.bind.Bindable<?> asBindTarget();
descriptor: ()Lorg/springframework/boot/context/properties/bind/Bindable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.bindTarget:Lorg/springframework/boot/context/properties/bind/Bindable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;
Signature: ()Lorg/springframework/boot/context/properties/bind/Bindable<*>;
public static java.util.Map<java.lang.String, org.springframework.boot.context.properties.ConfigurationPropertiesBean> getAll(org.springframework.context.ApplicationContext);
descriptor: (Lorg/springframework/context/ApplicationContext;)Ljava/util/Map;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
ldc "ApplicationContext must not be null"
invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
1: aload 0
instanceof org.springframework.context.ConfigurableApplicationContext
ifeq 3
2: aload 0
checkcast org.springframework.context.ConfigurableApplicationContext
invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.getAll:(Lorg/springframework/context/ConfigurableApplicationContext;)Ljava/util/Map;
areturn
3: StackMap locals:
StackMap stack:
new java.util.LinkedHashMap
dup
invokespecial java.util.LinkedHashMap.<init>:()V
astore 1
start local 1 4: aload 0
ldc Lorg/springframework/boot/context/properties/ConfigurationProperties;
invokeinterface org.springframework.context.ApplicationContext.getBeansWithAnnotation:(Ljava/lang/Class;)Ljava/util/Map;
5: aload 1
aload 0
invokedynamic accept(Ljava/util/Map;Lorg/springframework/context/ApplicationContext;)Ljava/util/function/BiConsumer;
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;)V
org/springframework/boot/context/properties/ConfigurationPropertiesBean.lambda$0(Ljava/util/Map;Lorg/springframework/context/ApplicationContext;Ljava/lang/String;Ljava/lang/Object;)V (6)
(Ljava/lang/String;Ljava/lang/Object;)V
invokeinterface java.util.Map.forEach:(Ljava/util/function/BiConsumer;)V
6: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 applicationContext Lorg/springframework/context/ApplicationContext;
4 7 1 propertiesBeans Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;>;
Signature: (Lorg/springframework/context/ApplicationContext;)Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;>;
MethodParameters:
Name Flags
applicationContext
private static java.util.Map<java.lang.String, org.springframework.boot.context.properties.ConfigurationPropertiesBean> getAll(org.springframework.context.ConfigurableApplicationContext);
descriptor: (Lorg/springframework/context/ConfigurableApplicationContext;)Ljava/util/Map;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=7, args_size=1
start local 0 0: new java.util.LinkedHashMap
dup
invokespecial java.util.LinkedHashMap.<init>:()V
astore 1
start local 1 1: aload 0
invokeinterface org.springframework.context.ConfigurableApplicationContext.getBeanFactory:()Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
astore 2
start local 2 2: aload 2
invokeinterface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.getBeanNamesIterator:()Ljava/util/Iterator;
astore 3
start local 3 3: goto 11
4: StackMap locals: java.util.Map org.springframework.beans.factory.config.ConfigurableListableBeanFactory java.util.Iterator
StackMap stack:
aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.String
astore 4
start local 4 5: aload 2
aload 4
invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.isConfigurationPropertiesBean:(Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;Ljava/lang/String;)Z
ifeq 11
6: aload 2
aload 4
invokeinterface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.getBean:(Ljava/lang/String;)Ljava/lang/Object;
astore 5
start local 5 7: aload 0
aload 5
aload 4
invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.get:(Lorg/springframework/context/ApplicationContext;Ljava/lang/Object;Ljava/lang/String;)Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;
astore 6
start local 6 8: aload 1
aload 4
aload 6
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
end local 6 end local 5 9: goto 11
10: StackMap locals: org.springframework.context.ConfigurableApplicationContext java.util.Map org.springframework.beans.factory.config.ConfigurableListableBeanFactory java.util.Iterator java.lang.String
StackMap stack: java.lang.Exception
pop
end local 4 11: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 4
12: aload 1
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 applicationContext Lorg/springframework/context/ConfigurableApplicationContext;
1 13 1 propertiesBeans Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;>;
2 13 2 beanFactory Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
3 13 3 beanNames Ljava/util/Iterator<Ljava/lang/String;>;
5 11 4 beanName Ljava/lang/String;
7 9 5 bean Ljava/lang/Object;
8 9 6 propertiesBean Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;
Exception table:
from to target type
6 9 10 Class java.lang.Exception
Signature: (Lorg/springframework/context/ConfigurableApplicationContext;)Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;>;
MethodParameters:
Name Flags
applicationContext
private static boolean isConfigurationPropertiesBean(org.springframework.beans.factory.config.ConfigurableListableBeanFactory, java.lang.String);
descriptor: (Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;Ljava/lang/String;)Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokeinterface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.getBeanDefinition:(Ljava/lang/String;)Lorg/springframework/beans/factory/config/BeanDefinition;
invokeinterface org.springframework.beans.factory.config.BeanDefinition.isAbstract:()Z
ifeq 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
aload 1
ldc Lorg/springframework/boot/context/properties/ConfigurationProperties;
invokeinterface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.findAnnotationOnBean:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
ifnull 4
3: iconst_1
ireturn
4: StackMap locals:
StackMap stack:
aload 0
aload 1
invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.findFactoryMethod:(Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;Ljava/lang/String;)Ljava/lang/reflect/Method;
astore 2
start local 2 5: aload 2
ldc Lorg/springframework/boot/context/properties/ConfigurationProperties;
invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.findMergedAnnotation:(Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;)Lorg/springframework/core/annotation/MergedAnnotation;
invokeinterface org.springframework.core.annotation.MergedAnnotation.isPresent:()Z
6: ireturn
end local 2 7: StackMap locals:
StackMap stack: org.springframework.beans.factory.NoSuchBeanDefinitionException
pop
8: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 beanFactory Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
0 9 1 beanName Ljava/lang/String;
5 7 2 factoryMethod Ljava/lang/reflect/Method;
Exception table:
from to target type
0 1 7 Class org.springframework.beans.factory.NoSuchBeanDefinitionException
2 3 7 Class org.springframework.beans.factory.NoSuchBeanDefinitionException
4 6 7 Class org.springframework.beans.factory.NoSuchBeanDefinitionException
MethodParameters:
Name Flags
beanFactory
beanName
public static org.springframework.boot.context.properties.ConfigurationPropertiesBean get(org.springframework.context.ApplicationContext, java.lang.Object, java.lang.String);
descriptor: (Lorg/springframework/context/ApplicationContext;Ljava/lang/Object;Ljava/lang/String;)Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 2
invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.findFactoryMethod:(Lorg/springframework/context/ApplicationContext;Ljava/lang/String;)Ljava/lang/reflect/Method;
astore 3
start local 3 1: aload 2
aload 1
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 3
invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.create:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;)Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 applicationContext Lorg/springframework/context/ApplicationContext;
0 2 1 bean Ljava/lang/Object;
0 2 2 beanName Ljava/lang/String;
1 2 3 factoryMethod Ljava/lang/reflect/Method;
MethodParameters:
Name Flags
applicationContext
bean
beanName
private static java.lang.reflect.Method findFactoryMethod(org.springframework.context.ApplicationContext, java.lang.String);
descriptor: (Lorg/springframework/context/ApplicationContext;Ljava/lang/String;)Ljava/lang/reflect/Method;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
instanceof org.springframework.context.ConfigurableApplicationContext
ifeq 2
1: aload 0
checkcast org.springframework.context.ConfigurableApplicationContext
aload 1
invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.findFactoryMethod:(Lorg/springframework/context/ConfigurableApplicationContext;Ljava/lang/String;)Ljava/lang/reflect/Method;
areturn
2: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 applicationContext Lorg/springframework/context/ApplicationContext;
0 3 1 beanName Ljava/lang/String;
MethodParameters:
Name Flags
applicationContext
beanName
private static java.lang.reflect.Method findFactoryMethod(org.springframework.context.ConfigurableApplicationContext, java.lang.String);
descriptor: (Lorg/springframework/context/ConfigurableApplicationContext;Ljava/lang/String;)Ljava/lang/reflect/Method;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokeinterface org.springframework.context.ConfigurableApplicationContext.getBeanFactory:()Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
aload 1
invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.findFactoryMethod:(Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;Ljava/lang/String;)Ljava/lang/reflect/Method;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 applicationContext Lorg/springframework/context/ConfigurableApplicationContext;
0 1 1 beanName Ljava/lang/String;
MethodParameters:
Name Flags
applicationContext
beanName
private static java.lang.reflect.Method findFactoryMethod(org.springframework.beans.factory.config.ConfigurableListableBeanFactory, java.lang.String);
descriptor: (Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;Ljava/lang/String;)Ljava/lang/reflect/Method;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokeinterface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.containsBeanDefinition:(Ljava/lang/String;)Z
ifeq 7
1: aload 0
aload 1
invokeinterface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.getMergedBeanDefinition:(Ljava/lang/String;)Lorg/springframework/beans/factory/config/BeanDefinition;
astore 2
start local 2 2: aload 2
instanceof org.springframework.beans.factory.support.RootBeanDefinition
ifeq 6
3: aload 2
checkcast org.springframework.beans.factory.support.RootBeanDefinition
invokevirtual org.springframework.beans.factory.support.RootBeanDefinition.getResolvedFactoryMethod:()Ljava/lang/reflect/Method;
astore 3
start local 3 4: aload 3
ifnull 6
5: aload 3
areturn
end local 3 6: StackMap locals: org.springframework.beans.factory.config.BeanDefinition
StackMap stack:
aload 0
aload 2
invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.findFactoryMethodUsingReflection:(Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;Lorg/springframework/beans/factory/config/BeanDefinition;)Ljava/lang/reflect/Method;
areturn
end local 2 7: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 beanFactory Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
0 8 1 beanName Ljava/lang/String;
2 7 2 beanDefinition Lorg/springframework/beans/factory/config/BeanDefinition;
4 6 3 resolvedFactoryMethod Ljava/lang/reflect/Method;
MethodParameters:
Name Flags
beanFactory
beanName
private static java.lang.reflect.Method findFactoryMethodUsingReflection(org.springframework.beans.factory.config.ConfigurableListableBeanFactory, org.springframework.beans.factory.config.BeanDefinition);
descriptor: (Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;Lorg/springframework/beans/factory/config/BeanDefinition;)Ljava/lang/reflect/Method;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=6, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface org.springframework.beans.factory.config.BeanDefinition.getFactoryMethodName:()Ljava/lang/String;
astore 2
start local 2 1: aload 1
invokeinterface org.springframework.beans.factory.config.BeanDefinition.getFactoryBeanName:()Ljava/lang/String;
astore 3
start local 3 2: aload 2
ifnull 3
aload 3
ifnonnull 4
3: StackMap locals: java.lang.String java.lang.String
StackMap stack:
aconst_null
areturn
4: StackMap locals:
StackMap stack:
aload 0
aload 3
invokeinterface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.getType:(Ljava/lang/String;)Ljava/lang/Class;
astore 4
start local 4 5: aload 4
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
ldc "$$"
invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
ifeq 7
6: aload 4
invokevirtual java.lang.Class.getSuperclass:()Ljava/lang/Class;
astore 4
7: StackMap locals: java.lang.Class
StackMap stack:
new java.util.concurrent.atomic.AtomicReference
dup
invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
astore 5
start local 5 8: aload 4
aload 2
aload 5
invokedynamic doWith(Ljava/lang/String;Ljava/util/concurrent/atomic/AtomicReference;)Lorg/springframework/util/ReflectionUtils$MethodCallback;
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/reflect/Method;)V
org/springframework/boot/context/properties/ConfigurationPropertiesBean.lambda$1(Ljava/lang/String;Ljava/util/concurrent/atomic/AtomicReference;Ljava/lang/reflect/Method;)V (6)
(Ljava/lang/reflect/Method;)V
invokestatic org.springframework.util.ReflectionUtils.doWithMethods:(Ljava/lang/Class;Lorg/springframework/util/ReflectionUtils$MethodCallback;)V
9: aload 5
invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
checkcast java.lang.reflect.Method
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 beanFactory Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
0 10 1 beanDefinition Lorg/springframework/beans/factory/config/BeanDefinition;
1 10 2 factoryMethodName Ljava/lang/String;
2 10 3 factoryBeanName Ljava/lang/String;
5 10 4 factoryType Ljava/lang/Class<*>;
8 10 5 factoryMethod Ljava/util/concurrent/atomic/AtomicReference<Ljava/lang/reflect/Method;>;
MethodParameters:
Name Flags
beanFactory
beanDefinition
static org.springframework.boot.context.properties.ConfigurationPropertiesBean forValueObject(java.lang.Class<?>, java.lang.String);
descriptor: (Ljava/lang/Class;Ljava/lang/String;)Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 1
aconst_null
aload 0
aconst_null
invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.create:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;)Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;
astore 2
start local 2 1: aload 2
ifnull 2
aload 2
invokevirtual org.springframework.boot.context.properties.ConfigurationPropertiesBean.getBindMethod:()Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean$BindMethod;
getstatic org.springframework.boot.context.properties.ConfigurationPropertiesBean$BindMethod.VALUE_OBJECT:Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean$BindMethod;
if_acmpne 2
iconst_1
goto 3
StackMap locals: org.springframework.boot.context.properties.ConfigurationPropertiesBean
StackMap stack:
2: iconst_0
3: StackMap locals:
StackMap stack: int
new java.lang.StringBuilder
dup
ldc "Bean '"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc "' is not a @ConfigurationProperties value object"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
4: invokestatic org.springframework.util.Assert.state:(ZLjava/lang/String;)V
5: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 beanClass Ljava/lang/Class<*>;
0 6 1 beanName Ljava/lang/String;
1 6 2 propertiesBean Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;
Signature: (Ljava/lang/Class<*>;Ljava/lang/String;)Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;
MethodParameters:
Name Flags
beanClass
beanName
private static org.springframework.boot.context.properties.ConfigurationPropertiesBean create(java.lang.String, , java.lang.Class<?>, java.lang.reflect.Method);
descriptor: (Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;)Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=6, locals=9, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
aload 2
aload 3
ldc Lorg/springframework/boot/context/properties/ConfigurationProperties;
invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.findAnnotation:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
checkcast org.springframework.boot.context.properties.ConfigurationProperties
astore 4
start local 4 1: aload 4
ifnonnull 3
2: aconst_null
areturn
3: StackMap locals: org.springframework.boot.context.properties.ConfigurationProperties
StackMap stack:
aload 1
aload 2
aload 3
ldc Lorg/springframework/validation/annotation/Validated;
invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.findAnnotation:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
checkcast org.springframework.validation.annotation.Validated
astore 5
start local 5 4: aload 5
ifnull 5
iconst_2
anewarray java.lang.annotation.Annotation
dup
iconst_0
aload 4
aastore
dup
iconst_1
aload 5
aastore
goto 6
5: StackMap locals: org.springframework.validation.annotation.Validated
StackMap stack:
iconst_1
anewarray java.lang.annotation.Annotation
dup
iconst_0
aload 4
aastore
6: StackMap locals:
StackMap stack: java.lang.annotation.Annotation[]
astore 6
start local 6 7: aload 3
ifnull 8
aload 3
invokestatic org.springframework.core.ResolvableType.forMethodReturnType:(Ljava/lang/reflect/Method;)Lorg/springframework/core/ResolvableType;
goto 9
8: StackMap locals: java.lang.annotation.Annotation[]
StackMap stack:
aload 2
invokestatic org.springframework.core.ResolvableType.forClass:(Ljava/lang/Class;)Lorg/springframework/core/ResolvableType;
9: StackMap locals:
StackMap stack: org.springframework.core.ResolvableType
astore 7
start local 7 10: aload 7
invokestatic org.springframework.boot.context.properties.bind.Bindable.of:(Lorg/springframework/core/ResolvableType;)Lorg/springframework/boot/context/properties/bind/Bindable;
aload 6
invokevirtual org.springframework.boot.context.properties.bind.Bindable.withAnnotations:([Ljava/lang/annotation/Annotation;)Lorg/springframework/boot/context/properties/bind/Bindable;
astore 8
start local 8 11: aload 1
ifnull 13
12: aload 8
aload 1
invokevirtual org.springframework.boot.context.properties.bind.Bindable.withExistingValue:(Ljava/lang/Object;)Lorg/springframework/boot/context/properties/bind/Bindable;
astore 8
13: StackMap locals: org.springframework.core.ResolvableType org.springframework.boot.context.properties.bind.Bindable
StackMap stack:
new org.springframework.boot.context.properties.ConfigurationPropertiesBean
dup
aload 0
aload 1
aload 4
aload 8
invokespecial org.springframework.boot.context.properties.ConfigurationPropertiesBean.<init>:(Ljava/lang/String;Ljava/lang/Object;Lorg/springframework/boot/context/properties/ConfigurationProperties;Lorg/springframework/boot/context/properties/bind/Bindable;)V
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 name Ljava/lang/String;
0 14 1 instance Ljava/lang/Object;
0 14 2 type Ljava/lang/Class<*>;
0 14 3 factory Ljava/lang/reflect/Method;
1 14 4 annotation Lorg/springframework/boot/context/properties/ConfigurationProperties;
4 14 5 validated Lorg/springframework/validation/annotation/Validated;
7 14 6 annotations [Ljava/lang/annotation/Annotation;
10 14 7 bindType Lorg/springframework/core/ResolvableType;
11 14 8 bindTarget Lorg/springframework/boot/context/properties/bind/Bindable<Ljava/lang/Object;>;
Signature: (Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Class<*>;Ljava/lang/reflect/Method;)Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;
MethodParameters:
Name Flags
name
instance
type
factory
private static <A extends java.lang.annotation.Annotation> A findAnnotation(, java.lang.Class<?>, java.lang.reflect.Method, java.lang.Class<A>);
descriptor: (Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: invokestatic org.springframework.core.annotation.MergedAnnotation.missing:()Lorg/springframework/core/annotation/MergedAnnotation;
astore 4
start local 4 1: aload 2
ifnull 3
2: aload 2
aload 3
invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.findMergedAnnotation:(Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;)Lorg/springframework/core/annotation/MergedAnnotation;
astore 4
3: StackMap locals: org.springframework.core.annotation.MergedAnnotation
StackMap stack:
aload 4
invokeinterface org.springframework.core.annotation.MergedAnnotation.isPresent:()Z
ifne 5
4: aload 1
aload 3
invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.findMergedAnnotation:(Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;)Lorg/springframework/core/annotation/MergedAnnotation;
astore 4
5: StackMap locals:
StackMap stack:
aload 4
invokeinterface org.springframework.core.annotation.MergedAnnotation.isPresent:()Z
ifne 9
aload 0
invokestatic org.springframework.aop.support.AopUtils.isAopProxy:(Ljava/lang/Object;)Z
ifeq 9
6: aload 0
invokestatic org.springframework.aop.support.AopUtils.getTargetClass:(Ljava/lang/Object;)Ljava/lang/Class;
getstatic org.springframework.core.annotation.MergedAnnotations$SearchStrategy.TYPE_HIERARCHY:Lorg/springframework/core/annotation/MergedAnnotations$SearchStrategy;
invokestatic org.springframework.core.annotation.MergedAnnotations.from:(Ljava/lang/reflect/AnnotatedElement;Lorg/springframework/core/annotation/MergedAnnotations$SearchStrategy;)Lorg/springframework/core/annotation/MergedAnnotations;
7: aload 3
invokeinterface org.springframework.core.annotation.MergedAnnotations.get:(Ljava/lang/Class;)Lorg/springframework/core/annotation/MergedAnnotation;
8: astore 4
9: StackMap locals:
StackMap stack:
aload 4
invokeinterface org.springframework.core.annotation.MergedAnnotation.isPresent:()Z
ifeq 10
aload 4
invokeinterface org.springframework.core.annotation.MergedAnnotation.synthesize:()Ljava/lang/annotation/Annotation;
goto 11
StackMap locals:
StackMap stack:
10: aconst_null
StackMap locals:
StackMap stack: java.lang.annotation.Annotation
11: areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 instance Ljava/lang/Object;
0 12 1 type Ljava/lang/Class<*>;
0 12 2 factory Ljava/lang/reflect/Method;
0 12 3 annotationType Ljava/lang/Class<TA;>;
1 12 4 annotation Lorg/springframework/core/annotation/MergedAnnotation<TA;>;
Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Object;Ljava/lang/Class<*>;Ljava/lang/reflect/Method;Ljava/lang/Class<TA;>;)TA;
MethodParameters:
Name Flags
instance
type
factory
annotationType
private static <A extends java.lang.annotation.Annotation> org.springframework.core.annotation.MergedAnnotation<A> findMergedAnnotation(java.lang.reflect.AnnotatedElement, java.lang.Class<A>);
descriptor: (Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;)Lorg/springframework/core/annotation/MergedAnnotation;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
ifnull 1
aload 0
getstatic org.springframework.core.annotation.MergedAnnotations$SearchStrategy.TYPE_HIERARCHY:Lorg/springframework/core/annotation/MergedAnnotations$SearchStrategy;
invokestatic org.springframework.core.annotation.MergedAnnotations.from:(Ljava/lang/reflect/AnnotatedElement;Lorg/springframework/core/annotation/MergedAnnotations$SearchStrategy;)Lorg/springframework/core/annotation/MergedAnnotations;
aload 1
invokeinterface org.springframework.core.annotation.MergedAnnotations.get:(Ljava/lang/Class;)Lorg/springframework/core/annotation/MergedAnnotation;
goto 2
1: StackMap locals:
StackMap stack:
invokestatic org.springframework.core.annotation.MergedAnnotation.missing:()Lorg/springframework/core/annotation/MergedAnnotation;
2: StackMap locals:
StackMap stack: org.springframework.core.annotation.MergedAnnotation
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 element Ljava/lang/reflect/AnnotatedElement;
0 3 1 annotationType Ljava/lang/Class<TA;>;
Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class<TA;>;)Lorg/springframework/core/annotation/MergedAnnotation<TA;>;
MethodParameters:
Name Flags
element
annotationType
private static void lambda$0(java.util.Map, org.springframework.context.ApplicationContext, java.lang.String, java.lang.Object);
descriptor: (Ljava/util/Map;Lorg/springframework/context/ApplicationContext;Ljava/lang/String;Ljava/lang/Object;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=5, locals=4, args_size=4
start local 2 start local 3 0: aload 0
aload 2
aload 1
aload 3
aload 2
invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.get:(Lorg/springframework/context/ApplicationContext;Ljava/lang/Object;Ljava/lang/String;)Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
return
end local 3 end local 2 LocalVariableTable:
Start End Slot Name Signature
0 1 2 beanName Ljava/lang/String;
0 1 3 bean Ljava/lang/Object;
private static void lambda$1(java.lang.String, java.util.concurrent.atomic.AtomicReference, java.lang.reflect.Method);
descriptor: (Ljava/lang/String;Ljava/util/concurrent/atomic/AtomicReference;Ljava/lang/reflect/Method;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=2, locals=3, args_size=3
start local 2 0: aload 2
invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
aload 0
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 2
1: aload 1
aload 2
invokevirtual java.util.concurrent.atomic.AtomicReference.set:(Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
return
end local 2 LocalVariableTable:
Start End Slot Name Signature
0 3 2 method Ljava/lang/reflect/Method;
Exceptions:
throws java.lang.IllegalArgumentException, java.lang.IllegalAccessException
}
SourceFile: "ConfigurationPropertiesBean.java"
NestMembers:
org.springframework.boot.context.properties.ConfigurationPropertiesBean$BindMethod
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
public final BindMethod = org.springframework.boot.context.properties.ConfigurationPropertiesBean$BindMethod of org.springframework.boot.context.properties.ConfigurationPropertiesBean
public final SearchStrategy = org.springframework.core.annotation.MergedAnnotations$SearchStrategy of org.springframework.core.annotation.MergedAnnotations
public abstract MethodCallback = org.springframework.util.ReflectionUtils$MethodCallback of org.springframework.util.ReflectionUtils