class org.springframework.boot.context.properties.bind.JavaBeanBinder implements org.springframework.boot.context.properties.bind.DataObjectBinder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.context.properties.bind.JavaBeanBinder
  super_class: java.lang.Object
{
  static final org.springframework.boot.context.properties.bind.JavaBeanBinder INSTANCE;
    descriptor: Lorg/springframework/boot/context/properties/bind/JavaBeanBinder;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 45
            new org.springframework.boot.context.properties.bind.JavaBeanBinder
            dup
            invokespecial org.springframework.boot.context.properties.bind.JavaBeanBinder.<init>:()V
            putstatic org.springframework.boot.context.properties.bind.JavaBeanBinder.INSTANCE:Lorg/springframework/boot/context/properties/bind/JavaBeanBinder;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.bind.JavaBeanBinder this
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.boot.context.properties.bind.JavaBeanBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/bind/JavaBeanBinder;

  public <T> T bind(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Bindable<T>, org.springframework.boot.context.properties.bind.Binder$Context, org.springframework.boot.context.properties.bind.DataObjectPropertyBinder);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/Binder$Context;Lorg/springframework/boot/context/properties/bind/DataObjectPropertyBinder;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=5
        start local 0 // org.springframework.boot.context.properties.bind.JavaBeanBinder this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        start local 2 // org.springframework.boot.context.properties.bind.Bindable target
        start local 3 // org.springframework.boot.context.properties.bind.Binder$Context context
        start local 4 // org.springframework.boot.context.properties.bind.DataObjectPropertyBinder propertyBinder
         0: .line 50
            aload 2 /* target */
            invokevirtual org.springframework.boot.context.properties.bind.Bindable.getValue:()Ljava/util/function/Supplier;
            ifnull 1
            aload 0 /* this */
            aload 1 /* name */
            aload 3 /* context */
            invokevirtual org.springframework.boot.context.properties.bind.JavaBeanBinder.hasKnownBindableProperties:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Binder$Context;)Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 5 /* hasKnownBindableProperties */
        start local 5 // boolean hasKnownBindableProperties
         3: .line 51
            aload 2 /* target */
            iload 5 /* hasKnownBindableProperties */
            invokestatic org.springframework.boot.context.properties.bind.JavaBeanBinder$Bean.get:(Lorg/springframework/boot/context/properties/bind/Bindable;Z)Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$Bean;
            astore 6 /* bean */
        start local 6 // org.springframework.boot.context.properties.bind.JavaBeanBinder$Bean bean
         4: .line 52
            aload 6 /* bean */
            ifnonnull 6
         5: .line 53
            aconst_null
            areturn
         6: .line 55
      StackMap locals: int org.springframework.boot.context.properties.bind.JavaBeanBinder$Bean
      StackMap stack:
            aload 6 /* bean */
            aload 2 /* target */
            invokevirtual org.springframework.boot.context.properties.bind.JavaBeanBinder$Bean.getSupplier:(Lorg/springframework/boot/context/properties/bind/Bindable;)Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$BeanSupplier;
            astore 7 /* beanSupplier */
        start local 7 // org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier beanSupplier
         7: .line 56
            aload 0 /* this */
            aload 4 /* propertyBinder */
            aload 6 /* bean */
            aload 7 /* beanSupplier */
            aload 3 /* context */
            invokevirtual org.springframework.boot.context.properties.bind.JavaBeanBinder.bind:(Lorg/springframework/boot/context/properties/bind/DataObjectPropertyBinder;Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$Bean;Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$BeanSupplier;Lorg/springframework/boot/context/properties/bind/Binder$Context;)Z
            istore 8 /* bound */
        start local 8 // boolean bound
         8: .line 57
            iload 8 /* bound */
            ifeq 9
            aload 7 /* beanSupplier */
            invokevirtual org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier.get:()Ljava/lang/Object;
            goto 10
      StackMap locals: org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier int
      StackMap stack:
         9: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Object
        10: areturn
        end local 8 // boolean bound
        end local 7 // org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier beanSupplier
        end local 6 // org.springframework.boot.context.properties.bind.JavaBeanBinder$Bean bean
        end local 5 // boolean hasKnownBindableProperties
        end local 4 // org.springframework.boot.context.properties.bind.DataObjectPropertyBinder propertyBinder
        end local 3 // org.springframework.boot.context.properties.bind.Binder$Context context
        end local 2 // org.springframework.boot.context.properties.bind.Bindable target
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.bind.JavaBeanBinder this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   11     0                        this  Lorg/springframework/boot/context/properties/bind/JavaBeanBinder;
            0   11     1                        name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0   11     2                      target  Lorg/springframework/boot/context/properties/bind/Bindable<TT;>;
            0   11     3                     context  Lorg/springframework/boot/context/properties/bind/Binder$Context;
            0   11     4              propertyBinder  Lorg/springframework/boot/context/properties/bind/DataObjectPropertyBinder;
            3   11     5  hasKnownBindableProperties  Z
            4   11     6                        bean  Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$Bean<TT;>;
            7   11     7                beanSupplier  Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$BeanSupplier<TT;>;
            8   11     8                       bound  Z
    Signature: <T:Ljava/lang/Object;>(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable<TT;>;Lorg/springframework/boot/context/properties/bind/Binder$Context;Lorg/springframework/boot/context/properties/bind/DataObjectPropertyBinder;)TT;
    MethodParameters:
                Name  Flags
      name            
      target          
      context         
      propertyBinder  

  public <T> T create(org.springframework.boot.context.properties.bind.Bindable<T>, org.springframework.boot.context.properties.bind.Binder$Context);
    descriptor: (Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/Binder$Context;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=3
        start local 0 // org.springframework.boot.context.properties.bind.JavaBeanBinder this
        start local 1 // org.springframework.boot.context.properties.bind.Bindable target
        start local 2 // org.springframework.boot.context.properties.bind.Binder$Context context
         0: .line 63
            aload 1 /* target */
            invokevirtual org.springframework.boot.context.properties.bind.Bindable.getType:()Lorg/springframework/core/ResolvableType;
            invokevirtual org.springframework.core.ResolvableType.resolve:()Ljava/lang/Class;
            astore 3 /* type */
        start local 3 // java.lang.Class type
         1: .line 64
            aload 3 /* type */
            ifnull 2
            aload 3 /* type */
            invokestatic org.springframework.beans.BeanUtils.instantiateClass:(Ljava/lang/Class;)Ljava/lang/Object;
            goto 3
      StackMap locals: java.lang.Class
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Object
         3: areturn
        end local 3 // java.lang.Class type
        end local 2 // org.springframework.boot.context.properties.bind.Binder$Context context
        end local 1 // org.springframework.boot.context.properties.bind.Bindable target
        end local 0 // org.springframework.boot.context.properties.bind.JavaBeanBinder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/springframework/boot/context/properties/bind/JavaBeanBinder;
            0    4     1   target  Lorg/springframework/boot/context/properties/bind/Bindable<TT;>;
            0    4     2  context  Lorg/springframework/boot/context/properties/bind/Binder$Context;
            1    4     3     type  Ljava/lang/Class<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/springframework/boot/context/properties/bind/Bindable<TT;>;Lorg/springframework/boot/context/properties/bind/Binder$Context;)TT;
    MethodParameters:
         Name  Flags
      target   
      context  

  private boolean hasKnownBindableProperties(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Binder$Context);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Binder$Context;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.springframework.boot.context.properties.bind.JavaBeanBinder this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        start local 2 // org.springframework.boot.context.properties.bind.Binder$Context context
         0: .line 68
            aload 2 /* context */
            invokevirtual org.springframework.boot.context.properties.bind.Binder$Context.getSources:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: org.springframework.boot.context.properties.bind.JavaBeanBinder org.springframework.boot.context.properties.source.ConfigurationPropertyName org.springframework.boot.context.properties.bind.Binder$Context top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.springframework.boot.context.properties.source.ConfigurationPropertySource
            astore 3 /* source */
        start local 3 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
         2: .line 69
            aload 3 /* source */
            aload 1 /* name */
            invokeinterface org.springframework.boot.context.properties.source.ConfigurationPropertySource.containsDescendantOf:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyState;
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyState.PRESENT:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyState;
            if_acmpne 4
         3: .line 70
            iconst_1
            ireturn
        end local 3 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
         4: .line 68
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 73
            iconst_0
            ireturn
        end local 2 // org.springframework.boot.context.properties.bind.Binder$Context context
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.bind.JavaBeanBinder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/springframework/boot/context/properties/bind/JavaBeanBinder;
            0    6     1     name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    6     2  context  Lorg/springframework/boot/context/properties/bind/Binder$Context;
            2    4     3   source  Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
    MethodParameters:
         Name  Flags
      name     
      context  

  private <T> boolean bind(org.springframework.boot.context.properties.bind.DataObjectPropertyBinder, org.springframework.boot.context.properties.bind.JavaBeanBinder$Bean<T>, org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier<T>, org.springframework.boot.context.properties.bind.Binder$Context);
    descriptor: (Lorg/springframework/boot/context/properties/bind/DataObjectPropertyBinder;Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$Bean;Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$BeanSupplier;Lorg/springframework/boot/context/properties/bind/Binder$Context;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // org.springframework.boot.context.properties.bind.JavaBeanBinder this
        start local 1 // org.springframework.boot.context.properties.bind.DataObjectPropertyBinder propertyBinder
        start local 2 // org.springframework.boot.context.properties.bind.JavaBeanBinder$Bean bean
        start local 3 // org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier beanSupplier
        start local 4 // org.springframework.boot.context.properties.bind.Binder$Context context
         0: .line 78
            iconst_0
            istore 5 /* bound */
        start local 5 // boolean bound
         1: .line 79
            aload 2 /* bean */
            invokevirtual org.springframework.boot.context.properties.bind.JavaBeanBinder$Bean.getProperties:()Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 7
            goto 5
      StackMap locals: org.springframework.boot.context.properties.bind.JavaBeanBinder org.springframework.boot.context.properties.bind.DataObjectPropertyBinder org.springframework.boot.context.properties.bind.JavaBeanBinder$Bean org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier org.springframework.boot.context.properties.bind.Binder$Context int top java.util.Iterator
      StackMap stack:
         2: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanProperty
            astore 6 /* beanProperty */
        start local 6 // org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanProperty beanProperty
         3: .line 80
            iload 5 /* bound */
            aload 0 /* this */
            aload 3 /* beanSupplier */
            aload 1 /* propertyBinder */
            aload 6 /* beanProperty */
            invokevirtual org.springframework.boot.context.properties.bind.JavaBeanBinder.bind:(Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$BeanSupplier;Lorg/springframework/boot/context/properties/bind/DataObjectPropertyBinder;Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$BeanProperty;)Z
            ior
            istore 5 /* bound */
         4: .line 81
            aload 4 /* context */
            invokevirtual org.springframework.boot.context.properties.bind.Binder$Context.clearConfigurationProperty:()V
        end local 6 // org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanProperty beanProperty
         5: .line 79
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 83
            iload 5 /* bound */
            ireturn
        end local 5 // boolean bound
        end local 4 // org.springframework.boot.context.properties.bind.Binder$Context context
        end local 3 // org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier beanSupplier
        end local 2 // org.springframework.boot.context.properties.bind.JavaBeanBinder$Bean bean
        end local 1 // org.springframework.boot.context.properties.bind.DataObjectPropertyBinder propertyBinder
        end local 0 // org.springframework.boot.context.properties.bind.JavaBeanBinder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lorg/springframework/boot/context/properties/bind/JavaBeanBinder;
            0    7     1  propertyBinder  Lorg/springframework/boot/context/properties/bind/DataObjectPropertyBinder;
            0    7     2            bean  Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$Bean<TT;>;
            0    7     3    beanSupplier  Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$BeanSupplier<TT;>;
            0    7     4         context  Lorg/springframework/boot/context/properties/bind/Binder$Context;
            1    7     5           bound  Z
            3    5     6    beanProperty  Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$BeanProperty;
    Signature: <T:Ljava/lang/Object;>(Lorg/springframework/boot/context/properties/bind/DataObjectPropertyBinder;Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$Bean<TT;>;Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$BeanSupplier<TT;>;Lorg/springframework/boot/context/properties/bind/Binder$Context;)Z
    MethodParameters:
                Name  Flags
      propertyBinder  
      bean            
      beanSupplier    
      context         

  private <T> boolean bind(org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier<T>, org.springframework.boot.context.properties.bind.DataObjectPropertyBinder, org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanProperty);
    descriptor: (Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$BeanSupplier;Lorg/springframework/boot/context/properties/bind/DataObjectPropertyBinder;Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$BeanProperty;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=4
        start local 0 // org.springframework.boot.context.properties.bind.JavaBeanBinder this
        start local 1 // org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier beanSupplier
        start local 2 // org.springframework.boot.context.properties.bind.DataObjectPropertyBinder propertyBinder
        start local 3 // org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanProperty property
         0: .line 88
            aload 3 /* property */
            invokevirtual org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanProperty.getName:()Ljava/lang/String;
            astore 4 /* propertyName */
        start local 4 // java.lang.String propertyName
         1: .line 89
            aload 3 /* property */
            invokevirtual org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanProperty.getType:()Lorg/springframework/core/ResolvableType;
            astore 5 /* type */
        start local 5 // org.springframework.core.ResolvableType type
         2: .line 90
            aload 3 /* property */
            aload 1 /* beanSupplier */
            invokevirtual org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanProperty.getValue:(Ljava/util/function/Supplier;)Ljava/util/function/Supplier;
            astore 6 /* value */
        start local 6 // java.util.function.Supplier value
         3: .line 91
            aload 3 /* property */
            invokevirtual org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanProperty.getAnnotations:()[Ljava/lang/annotation/Annotation;
            astore 7 /* annotations */
        start local 7 // java.lang.annotation.Annotation[] annotations
         4: .line 92
            aload 2 /* propertyBinder */
            aload 4 /* propertyName */
         5: .line 93
            aload 5 /* type */
            invokestatic org.springframework.boot.context.properties.bind.Bindable.of:(Lorg/springframework/core/ResolvableType;)Lorg/springframework/boot/context/properties/bind/Bindable;
            aload 6 /* value */
            invokevirtual org.springframework.boot.context.properties.bind.Bindable.withSuppliedValue:(Ljava/util/function/Supplier;)Lorg/springframework/boot/context/properties/bind/Bindable;
            aload 7 /* annotations */
            invokevirtual org.springframework.boot.context.properties.bind.Bindable.withAnnotations:([Ljava/lang/annotation/Annotation;)Lorg/springframework/boot/context/properties/bind/Bindable;
         6: .line 92
            invokeinterface org.springframework.boot.context.properties.bind.DataObjectPropertyBinder.bindProperty:(Ljava/lang/String;Lorg/springframework/boot/context/properties/bind/Bindable;)Ljava/lang/Object;
            astore 8 /* bound */
        start local 8 // java.lang.Object bound
         7: .line 94
            aload 8 /* bound */
            ifnonnull 9
         8: .line 95
            iconst_0
            ireturn
         9: .line 97
      StackMap locals: org.springframework.boot.context.properties.bind.JavaBeanBinder org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier org.springframework.boot.context.properties.bind.DataObjectPropertyBinder org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanProperty java.lang.String org.springframework.core.ResolvableType java.util.function.Supplier java.lang.annotation.Annotation[] java.lang.Object
      StackMap stack:
            aload 3 /* property */
            invokevirtual org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanProperty.isSettable:()Z
            ifeq 12
        10: .line 98
            aload 3 /* property */
            aload 1 /* beanSupplier */
            aload 8 /* bound */
            invokevirtual org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanProperty.setValue:(Ljava/util/function/Supplier;Ljava/lang/Object;)V
        11: .line 99
            goto 14
        12: .line 100
      StackMap locals:
      StackMap stack:
            aload 6 /* value */
            ifnull 13
            aload 8 /* bound */
            aload 6 /* value */
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 14
        13: .line 101
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "No setter found for property: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* property */
            invokevirtual org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanProperty.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 103
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 8 // java.lang.Object bound
        end local 7 // java.lang.annotation.Annotation[] annotations
        end local 6 // java.util.function.Supplier value
        end local 5 // org.springframework.core.ResolvableType type
        end local 4 // java.lang.String propertyName
        end local 3 // org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanProperty property
        end local 2 // org.springframework.boot.context.properties.bind.DataObjectPropertyBinder propertyBinder
        end local 1 // org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier beanSupplier
        end local 0 // org.springframework.boot.context.properties.bind.JavaBeanBinder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0            this  Lorg/springframework/boot/context/properties/bind/JavaBeanBinder;
            0   15     1    beanSupplier  Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$BeanSupplier<TT;>;
            0   15     2  propertyBinder  Lorg/springframework/boot/context/properties/bind/DataObjectPropertyBinder;
            0   15     3        property  Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$BeanProperty;
            1   15     4    propertyName  Ljava/lang/String;
            2   15     5            type  Lorg/springframework/core/ResolvableType;
            3   15     6           value  Ljava/util/function/Supplier<Ljava/lang/Object;>;
            4   15     7     annotations  [Ljava/lang/annotation/Annotation;
            7   15     8           bound  Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>(Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$BeanSupplier<TT;>;Lorg/springframework/boot/context/properties/bind/DataObjectPropertyBinder;Lorg/springframework/boot/context/properties/bind/JavaBeanBinder$BeanProperty;)Z
    MethodParameters:
                Name  Flags
      beanSupplier    
      propertyBinder  
      property        
}
SourceFile: "JavaBeanBinder.java"
NestMembers:
  org.springframework.boot.context.properties.bind.JavaBeanBinder$Bean  org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanProperty  org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier
InnerClasses:
  final Context = org.springframework.boot.context.properties.bind.Binder$Context of org.springframework.boot.context.properties.bind.Binder
  Bean = org.springframework.boot.context.properties.bind.JavaBeanBinder$Bean of org.springframework.boot.context.properties.bind.JavaBeanBinder
  BeanProperty = org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanProperty of org.springframework.boot.context.properties.bind.JavaBeanBinder
  private BeanSupplier = org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier of org.springframework.boot.context.properties.bind.JavaBeanBinder