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 // org.springframework.boot.context.properties.ConfigurationPropertiesBean this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object instance
        start local 3 // org.springframework.boot.context.properties.ConfigurationProperties annotation
        start local 4 // org.springframework.boot.context.properties.bind.Bindable bindTarget
         0: .line 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 74
            aload 0 /* this */
            aload 1 /* name */
            putfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.name:Ljava/lang/String;
         2: .line 75
            aload 0 /* this */
            aload 2 /* instance */
            putfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.instance:Ljava/lang/Object;
         3: .line 76
            aload 0 /* this */
            aload 3 /* annotation */
            putfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.annotation:Lorg/springframework/boot/context/properties/ConfigurationProperties;
         4: .line 77
            aload 0 /* this */
            aload 4 /* bindTarget */
            putfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.bindTarget:Lorg/springframework/boot/context/properties/bind/Bindable;
         5: .line 78
            aload 0 /* this */
            aload 4 /* bindTarget */
            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: .line 79
            return
        end local 4 // org.springframework.boot.context.properties.bind.Bindable bindTarget
        end local 3 // org.springframework.boot.context.properties.ConfigurationProperties annotation
        end local 2 // java.lang.Object instance
        end local 1 // java.lang.String name
        end local 0 // org.springframework.boot.context.properties.ConfigurationPropertiesBean this
      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 // org.springframework.boot.context.properties.ConfigurationPropertiesBean this
         0: .line 86
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.name:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.boot.context.properties.ConfigurationPropertiesBean this
      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 // org.springframework.boot.context.properties.ConfigurationPropertiesBean this
         0: .line 94
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.instance:Ljava/lang/Object;
            areturn
        end local 0 // org.springframework.boot.context.properties.ConfigurationPropertiesBean this
      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 // org.springframework.boot.context.properties.ConfigurationPropertiesBean this
         0: .line 102
            aload 0 /* this */
            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 // org.springframework.boot.context.properties.ConfigurationPropertiesBean this
      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 // org.springframework.boot.context.properties.ConfigurationPropertiesBean this
         0: .line 110
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.bindMethod:Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean$BindMethod;
            areturn
        end local 0 // org.springframework.boot.context.properties.ConfigurationPropertiesBean this
      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 // org.springframework.boot.context.properties.ConfigurationPropertiesBean this
         0: .line 120
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.annotation:Lorg/springframework/boot/context/properties/ConfigurationProperties;
            areturn
        end local 0 // org.springframework.boot.context.properties.ConfigurationPropertiesBean this
      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 // org.springframework.boot.context.properties.ConfigurationPropertiesBean this
         0: .line 129
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.ConfigurationPropertiesBean.bindTarget:Lorg/springframework/boot/context/properties/bind/Bindable;
            areturn
        end local 0 // org.springframework.boot.context.properties.ConfigurationPropertiesBean this
      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 // org.springframework.context.ApplicationContext applicationContext
         0: .line 141
            aload 0 /* applicationContext */
            ldc "ApplicationContext must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 142
            aload 0 /* applicationContext */
            instanceof org.springframework.context.ConfigurableApplicationContext
            ifeq 3
         2: .line 143
            aload 0 /* applicationContext */
            checkcast org.springframework.context.ConfigurableApplicationContext
            invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.getAll:(Lorg/springframework/context/ConfigurableApplicationContext;)Ljava/util/Map;
            areturn
         3: .line 145
      StackMap locals:
      StackMap stack:
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
            astore 1 /* propertiesBeans */
        start local 1 // java.util.Map propertiesBeans
         4: .line 146
            aload 0 /* applicationContext */
            ldc Lorg/springframework/boot/context/properties/ConfigurationProperties;
            invokeinterface org.springframework.context.ApplicationContext.getBeansWithAnnotation:(Ljava/lang/Class;)Ljava/util/Map;
         5: .line 147
            aload 1 /* propertiesBeans */
            aload 0 /* applicationContext */
            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: .line 148
            aload 1 /* propertiesBeans */
            areturn
        end local 1 // java.util.Map propertiesBeans
        end local 0 // org.springframework.context.ApplicationContext applicationContext
      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 // org.springframework.context.ConfigurableApplicationContext applicationContext
         0: .line 152
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
            astore 1 /* propertiesBeans */
        start local 1 // java.util.Map propertiesBeans
         1: .line 153
            aload 0 /* applicationContext */
            invokeinterface org.springframework.context.ConfigurableApplicationContext.getBeanFactory:()Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
            astore 2 /* beanFactory */
        start local 2 // org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory
         2: .line 154
            aload 2 /* beanFactory */
            invokeinterface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.getBeanNamesIterator:()Ljava/util/Iterator;
            astore 3 /* beanNames */
        start local 3 // java.util.Iterator beanNames
         3: .line 155
            goto 11
         4: .line 156
      StackMap locals: java.util.Map org.springframework.beans.factory.config.ConfigurableListableBeanFactory java.util.Iterator
      StackMap stack:
            aload 3 /* beanNames */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* beanName */
        start local 4 // java.lang.String beanName
         5: .line 157
            aload 2 /* beanFactory */
            aload 4 /* beanName */
            invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.isConfigurationPropertiesBean:(Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;Ljava/lang/String;)Z
            ifeq 11
         6: .line 159
            aload 2 /* beanFactory */
            aload 4 /* beanName */
            invokeinterface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.getBean:(Ljava/lang/String;)Ljava/lang/Object;
            astore 5 /* bean */
        start local 5 // java.lang.Object bean
         7: .line 160
            aload 0 /* applicationContext */
            aload 5 /* bean */
            aload 4 /* beanName */
            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 /* propertiesBean */
        start local 6 // org.springframework.boot.context.properties.ConfigurationPropertiesBean propertiesBean
         8: .line 161
            aload 1 /* propertiesBeans */
            aload 4 /* beanName */
            aload 6 /* propertiesBean */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 6 // org.springframework.boot.context.properties.ConfigurationPropertiesBean propertiesBean
        end local 5 // java.lang.Object bean
         9: .line 162
            goto 11
        10: .line 163
      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 // java.lang.String beanName
        11: .line 155
      StackMap locals:
      StackMap stack:
            aload 3 /* beanNames */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        12: .line 167
            aload 1 /* propertiesBeans */
            areturn
        end local 3 // java.util.Iterator beanNames
        end local 2 // org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory
        end local 1 // java.util.Map propertiesBeans
        end local 0 // org.springframework.context.ConfigurableApplicationContext applicationContext
      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 // org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory
        start local 1 // java.lang.String beanName
         0: .line 172
            aload 0 /* beanFactory */
            aload 1 /* beanName */
            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: .line 173
            iconst_0
            ireturn
         2: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* beanFactory */
            aload 1 /* beanName */
            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: .line 176
            iconst_1
            ireturn
         4: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* beanFactory */
            aload 1 /* beanName */
            invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.findFactoryMethod:(Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;Ljava/lang/String;)Ljava/lang/reflect/Method;
            astore 2 /* factoryMethod */
        start local 2 // java.lang.reflect.Method factoryMethod
         5: .line 179
            aload 2 /* factoryMethod */
            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 // java.lang.reflect.Method factoryMethod
         7: .line 181
      StackMap locals:
      StackMap stack: org.springframework.beans.factory.NoSuchBeanDefinitionException
            pop
         8: .line 182
            iconst_0
            ireturn
        end local 1 // java.lang.String beanName
        end local 0 // org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory
      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 // org.springframework.context.ApplicationContext applicationContext
        start local 1 // java.lang.Object bean
        start local 2 // java.lang.String beanName
         0: .line 200
            aload 0 /* applicationContext */
            aload 2 /* beanName */
            invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.findFactoryMethod:(Lorg/springframework/context/ApplicationContext;Ljava/lang/String;)Ljava/lang/reflect/Method;
            astore 3 /* factoryMethod */
        start local 3 // java.lang.reflect.Method factoryMethod
         1: .line 201
            aload 2 /* beanName */
            aload 1 /* bean */
            aload 1 /* bean */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 3 /* factoryMethod */
            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 // java.lang.reflect.Method factoryMethod
        end local 2 // java.lang.String beanName
        end local 1 // java.lang.Object bean
        end local 0 // org.springframework.context.ApplicationContext applicationContext
      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 // org.springframework.context.ApplicationContext applicationContext
        start local 1 // java.lang.String beanName
         0: .line 205
            aload 0 /* applicationContext */
            instanceof org.springframework.context.ConfigurableApplicationContext
            ifeq 2
         1: .line 206
            aload 0 /* applicationContext */
            checkcast org.springframework.context.ConfigurableApplicationContext
            aload 1 /* beanName */
            invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.findFactoryMethod:(Lorg/springframework/context/ConfigurableApplicationContext;Ljava/lang/String;)Ljava/lang/reflect/Method;
            areturn
         2: .line 208
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String beanName
        end local 0 // org.springframework.context.ApplicationContext applicationContext
      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 // org.springframework.context.ConfigurableApplicationContext applicationContext
        start local 1 // java.lang.String beanName
         0: .line 212
            aload 0 /* applicationContext */
            invokeinterface org.springframework.context.ConfigurableApplicationContext.getBeanFactory:()Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;
            aload 1 /* beanName */
            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 // java.lang.String beanName
        end local 0 // org.springframework.context.ConfigurableApplicationContext applicationContext
      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 // org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory
        start local 1 // java.lang.String beanName
         0: .line 216
            aload 0 /* beanFactory */
            aload 1 /* beanName */
            invokeinterface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.containsBeanDefinition:(Ljava/lang/String;)Z
            ifeq 7
         1: .line 217
            aload 0 /* beanFactory */
            aload 1 /* beanName */
            invokeinterface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.getMergedBeanDefinition:(Ljava/lang/String;)Lorg/springframework/beans/factory/config/BeanDefinition;
            astore 2 /* beanDefinition */
        start local 2 // org.springframework.beans.factory.config.BeanDefinition beanDefinition
         2: .line 218
            aload 2 /* beanDefinition */
            instanceof org.springframework.beans.factory.support.RootBeanDefinition
            ifeq 6
         3: .line 219
            aload 2 /* beanDefinition */
            checkcast org.springframework.beans.factory.support.RootBeanDefinition
            invokevirtual org.springframework.beans.factory.support.RootBeanDefinition.getResolvedFactoryMethod:()Ljava/lang/reflect/Method;
            astore 3 /* resolvedFactoryMethod */
        start local 3 // java.lang.reflect.Method resolvedFactoryMethod
         4: .line 220
            aload 3 /* resolvedFactoryMethod */
            ifnull 6
         5: .line 221
            aload 3 /* resolvedFactoryMethod */
            areturn
        end local 3 // java.lang.reflect.Method resolvedFactoryMethod
         6: .line 224
      StackMap locals: org.springframework.beans.factory.config.BeanDefinition
      StackMap stack:
            aload 0 /* beanFactory */
            aload 2 /* beanDefinition */
            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 // org.springframework.beans.factory.config.BeanDefinition beanDefinition
         7: .line 226
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String beanName
        end local 0 // org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory
      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 // org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory
        start local 1 // org.springframework.beans.factory.config.BeanDefinition beanDefinition
         0: .line 231
            aload 1 /* beanDefinition */
            invokeinterface org.springframework.beans.factory.config.BeanDefinition.getFactoryMethodName:()Ljava/lang/String;
            astore 2 /* factoryMethodName */
        start local 2 // java.lang.String factoryMethodName
         1: .line 232
            aload 1 /* beanDefinition */
            invokeinterface org.springframework.beans.factory.config.BeanDefinition.getFactoryBeanName:()Ljava/lang/String;
            astore 3 /* factoryBeanName */
        start local 3 // java.lang.String factoryBeanName
         2: .line 233
            aload 2 /* factoryMethodName */
            ifnull 3
            aload 3 /* factoryBeanName */
            ifnonnull 4
         3: .line 234
      StackMap locals: java.lang.String java.lang.String
      StackMap stack:
            aconst_null
            areturn
         4: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* beanFactory */
            aload 3 /* factoryBeanName */
            invokeinterface org.springframework.beans.factory.config.ConfigurableListableBeanFactory.getType:(Ljava/lang/String;)Ljava/lang/Class;
            astore 4 /* factoryType */
        start local 4 // java.lang.Class factoryType
         5: .line 237
            aload 4 /* factoryType */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "$$"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            ifeq 7
         6: .line 238
            aload 4 /* factoryType */
            invokevirtual java.lang.Class.getSuperclass:()Ljava/lang/Class;
            astore 4 /* factoryType */
         7: .line 240
      StackMap locals: java.lang.Class
      StackMap stack:
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            astore 5 /* factoryMethod */
        start local 5 // java.util.concurrent.atomic.AtomicReference factoryMethod
         8: .line 241
            aload 4 /* factoryType */
            aload 2 /* factoryMethodName */
            aload 5 /* factoryMethod */
            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: .line 246
            aload 5 /* factoryMethod */
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast java.lang.reflect.Method
            areturn
        end local 5 // java.util.concurrent.atomic.AtomicReference factoryMethod
        end local 4 // java.lang.Class factoryType
        end local 3 // java.lang.String factoryBeanName
        end local 2 // java.lang.String factoryMethodName
        end local 1 // org.springframework.beans.factory.config.BeanDefinition beanDefinition
        end local 0 // org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory
      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 // java.lang.Class beanClass
        start local 1 // java.lang.String beanName
         0: .line 250
            aload 1 /* beanName */
            aconst_null
            aload 0 /* beanClass */
            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 /* propertiesBean */
        start local 2 // org.springframework.boot.context.properties.ConfigurationPropertiesBean propertiesBean
         1: .line 251
            aload 2 /* propertiesBean */
            ifnull 2
            aload 2 /* propertiesBean */
            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: .line 252
      StackMap locals:
      StackMap stack: int
            aload 1 /* beanName */
            invokedynamic get(Ljava/lang/String;)Ljava/util/function/Supplier;
              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;
                  org/springframework/boot/context/properties/ConfigurationPropertiesBean.lambda$2(Ljava/lang/String;)Ljava/lang/String; (6)
                  ()Ljava/lang/String;
         4: .line 251
            invokestatic org.springframework.util.Assert.state:(ZLjava/util/function/Supplier;)V
         5: .line 253
            aload 2 /* propertiesBean */
            areturn
        end local 2 // org.springframework.boot.context.properties.ConfigurationPropertiesBean propertiesBean
        end local 1 // java.lang.String beanName
        end local 0 // java.lang.Class beanClass
      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 // java.lang.String name
        start local 1 // java.lang.Object instance
        start local 2 // java.lang.Class type
        start local 3 // java.lang.reflect.Method factory
         0: .line 257
            aload 1 /* instance */
            aload 2 /* type */
            aload 3 /* factory */
            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 /* annotation */
        start local 4 // org.springframework.boot.context.properties.ConfigurationProperties annotation
         1: .line 258
            aload 4 /* annotation */
            ifnonnull 3
         2: .line 259
            aconst_null
            areturn
         3: .line 261
      StackMap locals: org.springframework.boot.context.properties.ConfigurationProperties
      StackMap stack:
            aload 1 /* instance */
            aload 2 /* type */
            aload 3 /* factory */
            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 /* validated */
        start local 5 // org.springframework.validation.annotation.Validated validated
         4: .line 262
            aload 5 /* validated */
            ifnull 5
            iconst_2
            anewarray java.lang.annotation.Annotation
            dup
            iconst_0
            aload 4 /* annotation */
            aastore
            dup
            iconst_1
            aload 5 /* validated */
            aastore
            goto 6
         5: .line 263
      StackMap locals: org.springframework.validation.annotation.Validated
      StackMap stack:
            iconst_1
            anewarray java.lang.annotation.Annotation
            dup
            iconst_0
            aload 4 /* annotation */
            aastore
         6: .line 262
      StackMap locals:
      StackMap stack: java.lang.annotation.Annotation[]
            astore 6 /* annotations */
        start local 6 // java.lang.annotation.Annotation[] annotations
         7: .line 264
            aload 3 /* factory */
            ifnull 8
            aload 3 /* factory */
            invokestatic org.springframework.core.ResolvableType.forMethodReturnType:(Ljava/lang/reflect/Method;)Lorg/springframework/core/ResolvableType;
            goto 9
         8: .line 265
      StackMap locals: java.lang.annotation.Annotation[]
      StackMap stack:
            aload 2 /* type */
            invokestatic org.springframework.core.ResolvableType.forClass:(Ljava/lang/Class;)Lorg/springframework/core/ResolvableType;
         9: .line 264
      StackMap locals:
      StackMap stack: org.springframework.core.ResolvableType
            astore 7 /* bindType */
        start local 7 // org.springframework.core.ResolvableType bindType
        10: .line 266
            aload 7 /* bindType */
            invokestatic org.springframework.boot.context.properties.bind.Bindable.of:(Lorg/springframework/core/ResolvableType;)Lorg/springframework/boot/context/properties/bind/Bindable;
            aload 6 /* annotations */
            invokevirtual org.springframework.boot.context.properties.bind.Bindable.withAnnotations:([Ljava/lang/annotation/Annotation;)Lorg/springframework/boot/context/properties/bind/Bindable;
            astore 8 /* bindTarget */
        start local 8 // org.springframework.boot.context.properties.bind.Bindable bindTarget
        11: .line 267
            aload 1 /* instance */
            ifnull 13
        12: .line 268
            aload 8 /* bindTarget */
            aload 1 /* instance */
            invokevirtual org.springframework.boot.context.properties.bind.Bindable.withExistingValue:(Ljava/lang/Object;)Lorg/springframework/boot/context/properties/bind/Bindable;
            astore 8 /* bindTarget */
        13: .line 270
      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 /* name */
            aload 1 /* instance */
            aload 4 /* annotation */
            aload 8 /* bindTarget */
            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 // org.springframework.boot.context.properties.bind.Bindable bindTarget
        end local 7 // org.springframework.core.ResolvableType bindType
        end local 6 // java.lang.annotation.Annotation[] annotations
        end local 5 // org.springframework.validation.annotation.Validated validated
        end local 4 // org.springframework.boot.context.properties.ConfigurationProperties annotation
        end local 3 // java.lang.reflect.Method factory
        end local 2 // java.lang.Class type
        end local 1 // java.lang.Object instance
        end local 0 // java.lang.String name
      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 // java.lang.Object instance
        start local 1 // java.lang.Class type
        start local 2 // java.lang.reflect.Method factory
        start local 3 // java.lang.Class annotationType
         0: .line 275
            invokestatic org.springframework.core.annotation.MergedAnnotation.missing:()Lorg/springframework/core/annotation/MergedAnnotation;
            astore 4 /* annotation */
        start local 4 // org.springframework.core.annotation.MergedAnnotation annotation
         1: .line 276
            aload 2 /* factory */
            ifnull 3
         2: .line 277
            aload 2 /* factory */
            aload 3 /* annotationType */
            invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.findMergedAnnotation:(Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;)Lorg/springframework/core/annotation/MergedAnnotation;
            astore 4 /* annotation */
         3: .line 279
      StackMap locals: org.springframework.core.annotation.MergedAnnotation
      StackMap stack:
            aload 4 /* annotation */
            invokeinterface org.springframework.core.annotation.MergedAnnotation.isPresent:()Z
            ifne 5
         4: .line 280
            aload 1 /* type */
            aload 3 /* annotationType */
            invokestatic org.springframework.boot.context.properties.ConfigurationPropertiesBean.findMergedAnnotation:(Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;)Lorg/springframework/core/annotation/MergedAnnotation;
            astore 4 /* annotation */
         5: .line 282
      StackMap locals:
      StackMap stack:
            aload 4 /* annotation */
            invokeinterface org.springframework.core.annotation.MergedAnnotation.isPresent:()Z
            ifne 9
            aload 0 /* instance */
            invokestatic org.springframework.aop.support.AopUtils.isAopProxy:(Ljava/lang/Object;)Z
            ifeq 9
         6: .line 283
            aload 0 /* instance */
            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: .line 284
            aload 3 /* annotationType */
            invokeinterface org.springframework.core.annotation.MergedAnnotations.get:(Ljava/lang/Class;)Lorg/springframework/core/annotation/MergedAnnotation;
         8: .line 283
            astore 4 /* annotation */
         9: .line 286
      StackMap locals:
      StackMap stack:
            aload 4 /* annotation */
            invokeinterface org.springframework.core.annotation.MergedAnnotation.isPresent:()Z
            ifeq 10
            aload 4 /* annotation */
            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 // org.springframework.core.annotation.MergedAnnotation annotation
        end local 3 // java.lang.Class annotationType
        end local 2 // java.lang.reflect.Method factory
        end local 1 // java.lang.Class type
        end local 0 // java.lang.Object instance
      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 // java.lang.reflect.AnnotatedElement element
        start local 1 // java.lang.Class annotationType
         0: .line 291
            aload 0 /* element */
            ifnull 1
            aload 0 /* element */
            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 /* annotationType */
            invokeinterface org.springframework.core.annotation.MergedAnnotations.get:(Ljava/lang/Class;)Lorg/springframework/core/annotation/MergedAnnotation;
            goto 2
         1: .line 292
      StackMap locals:
      StackMap stack:
            invokestatic org.springframework.core.annotation.MergedAnnotation.missing:()Lorg/springframework/core/annotation/MergedAnnotation;
         2: .line 291
      StackMap locals:
      StackMap stack: org.springframework.core.annotation.MergedAnnotation
            areturn
        end local 1 // java.lang.Class annotationType
        end local 0 // java.lang.reflect.AnnotatedElement element
      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 // java.lang.String beanName
        start local 3 // java.lang.Object bean
         0: .line 147
            aload 0
            aload 2 /* beanName */
            aload 1
            aload 3 /* bean */
            aload 2 /* beanName */
            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 // java.lang.Object bean
        end local 2 // java.lang.String beanName
      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 // java.lang.reflect.Method method
         0: .line 242
            aload 2 /* method */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            aload 0
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 243
            aload 1
            aload 2 /* method */
            invokevirtual java.util.concurrent.atomic.AtomicReference.set:(Ljava/lang/Object;)V
         2: .line 245
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.reflect.Method method
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     2  method  Ljava/lang/reflect/Method;
    Exceptions:
      throws java.lang.IllegalArgumentException, java.lang.IllegalAccessException

  private static java.lang.String lambda$2(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 252
            new java.lang.StringBuilder
            dup
            ldc "Bean '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0
            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;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
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