interface org.springframework.boot.context.properties.bind.AggregateElementBinder
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.boot.context.properties.bind.AggregateElementBinder
  super_class: java.lang.Object
{
  public  bind(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Bindable<?>);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.springframework.boot.context.properties.bind.AggregateElementBinder this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        start local 2 // org.springframework.boot.context.properties.bind.Bindable target
         0: .line 39
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* target */
            aconst_null
            invokeinterface org.springframework.boot.context.properties.bind.AggregateElementBinder.bind:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;)Ljava/lang/Object;
            areturn
        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.AggregateElementBinder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;
            0    1     1    name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    1     2  target  Lorg/springframework/boot/context/properties/bind/Bindable<*>;
    Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable<*>;)Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      name    
      target  

  public abstract  bind(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Bindable<?>, org.springframework.boot.context.properties.source.ConfigurationPropertySource);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable<*>;Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;)Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      name    
      target  
      source  
}
SourceFile: "AggregateElementBinder.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()