abstract class org.springframework.boot.context.properties.bind.AggregateBinder<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.boot.context.properties.bind.AggregateBinder
  super_class: java.lang.Object
{
  private final org.springframework.boot.context.properties.bind.Binder$Context context;
    descriptor: Lorg/springframework/boot/context/properties/bind/Binder$Context;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.springframework.boot.context.properties.bind.Binder$Context);
    descriptor: (Lorg/springframework/boot/context/properties/bind/Binder$Context;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.bind.AggregateBinder this
        start local 1 // org.springframework.boot.context.properties.bind.Binder$Context context
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* context */
            putfield org.springframework.boot.context.properties.bind.AggregateBinder.context:Lorg/springframework/boot/context/properties/bind/Binder$Context;
         2: .line 38
            return
        end local 1 // org.springframework.boot.context.properties.bind.Binder$Context context
        end local 0 // org.springframework.boot.context.properties.bind.AggregateBinder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/springframework/boot/context/properties/bind/AggregateBinder<TT;>;
            0    3     1  context  Lorg/springframework/boot/context/properties/bind/Binder$Context;
    MethodParameters:
         Name  Flags
      context  

  protected abstract boolean isAllowRecursiveBinding(org.springframework.boot.context.properties.source.ConfigurationPropertySource);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;)Z
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      source  

  final  bind(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Bindable<?>, org.springframework.boot.context.properties.bind.AggregateElementBinder);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;)Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.springframework.boot.context.properties.bind.AggregateBinder 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.AggregateElementBinder elementBinder
         0: .line 56
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* target */
            aload 3 /* elementBinder */
            invokevirtual org.springframework.boot.context.properties.bind.AggregateBinder.bindAggregate:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;)Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
         1: .line 57
            aload 2 /* target */
            invokevirtual org.springframework.boot.context.properties.bind.Bindable.getValue:()Ljava/util/function/Supplier;
            astore 5 /* value */
        start local 5 // java.util.function.Supplier value
         2: .line 58
            aload 4 /* result */
            ifnull 3
            aload 5 /* value */
            ifnonnull 4
         3: .line 59
      StackMap locals: java.lang.Object java.util.function.Supplier
      StackMap stack:
            aload 4 /* result */
            areturn
         4: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* value */
            aload 4 /* result */
            invokevirtual org.springframework.boot.context.properties.bind.AggregateBinder.merge:(Ljava/util/function/Supplier;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 5 // java.util.function.Supplier value
        end local 4 // java.lang.Object result
        end local 3 // org.springframework.boot.context.properties.bind.AggregateElementBinder elementBinder
        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.AggregateBinder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/springframework/boot/context/properties/bind/AggregateBinder<TT;>;
            0    5     1           name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    5     2         target  Lorg/springframework/boot/context/properties/bind/Bindable<*>;
            0    5     3  elementBinder  Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;
            1    5     4         result  Ljava/lang/Object;
            2    5     5          value  Ljava/util/function/Supplier<*>;
    Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable<*>;Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;)Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      name           
      target         
      elementBinder  

  protected abstract  bindAggregate(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Bindable<?>, org.springframework.boot.context.properties.bind.AggregateElementBinder);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;)Ljava/lang/Object;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable<*>;Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;)Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      name           
      target         
      elementBinder  

  protected abstract T merge(java.util.function.Supplier<T>, );
    descriptor: (Ljava/util/function/Supplier;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (Ljava/util/function/Supplier<TT;>;TT;)TT;
    MethodParameters:
            Name  Flags
      existing    
      additional  

  protected final org.springframework.boot.context.properties.bind.Binder$Context getContext();
    descriptor: ()Lorg/springframework/boot/context/properties/bind/Binder$Context;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.bind.AggregateBinder this
         0: .line 87
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.AggregateBinder.context:Lorg/springframework/boot/context/properties/bind/Binder$Context;
            areturn
        end local 0 // org.springframework.boot.context.properties.bind.AggregateBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/bind/AggregateBinder<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "AggregateBinder.java"
NestMembers:
  org.springframework.boot.context.properties.bind.AggregateBinder$AggregateSupplier
InnerClasses:
  protected AggregateSupplier = org.springframework.boot.context.properties.bind.AggregateBinder$AggregateSupplier of org.springframework.boot.context.properties.bind.AggregateBinder
  final Context = org.springframework.boot.context.properties.bind.Binder$Context of org.springframework.boot.context.properties.bind.Binder