abstract class org.springframework.boot.context.properties.bind.IndexedElementsBinder<T> extends 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.IndexedElementsBinder
  super_class: org.springframework.boot.context.properties.bind.AggregateBinder
{
  private static final java.lang.String INDEX_ZERO;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "[0]"

  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.IndexedElementsBinder this
        start local 1 // org.springframework.boot.context.properties.bind.Binder$Context context
         0: .line 50
            aload 0 /* this */
            aload 1 /* context */
            invokespecial org.springframework.boot.context.properties.bind.AggregateBinder.<init>:(Lorg/springframework/boot/context/properties/bind/Binder$Context;)V
         1: .line 51
            return
        end local 1 // org.springframework.boot.context.properties.bind.Binder$Context context
        end local 0 // org.springframework.boot.context.properties.bind.IndexedElementsBinder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder<TT;>;
            0    2     1  context  Lorg/springframework/boot/context/properties/bind/Binder$Context;
    MethodParameters:
         Name  Flags
      context  

  protected boolean isAllowRecursiveBinding(org.springframework.boot.context.properties.source.ConfigurationPropertySource);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.bind.IndexedElementsBinder this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
         0: .line 55
            aload 1 /* source */
            ifnull 1
            aload 1 /* source */
            instanceof org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
        end local 0 // org.springframework.boot.context.properties.bind.IndexedElementsBinder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder<TT;>;
            0    2     1  source  Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
    MethodParameters:
        Name  Flags
      source  

  protected final void bindIndexed(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Bindable<?>, org.springframework.boot.context.properties.bind.AggregateElementBinder, org.springframework.core.ResolvableType, org.springframework.core.ResolvableType, org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;Lorg/springframework/core/ResolvableType;Lorg/springframework/core/ResolvableType;Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder$IndexedCollectionSupplier;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=8, locals=9, args_size=7
        start local 0 // org.springframework.boot.context.properties.bind.IndexedElementsBinder 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
        start local 4 // org.springframework.core.ResolvableType aggregateType
        start local 5 // org.springframework.core.ResolvableType elementType
        start local 6 // org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier result
         0: .line 70
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder.getContext:()Lorg/springframework/boot/context/properties/bind/Binder$Context;
            invokevirtual org.springframework.boot.context.properties.bind.Binder$Context.getSources:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 8
            goto 5
      StackMap locals: org.springframework.boot.context.properties.bind.IndexedElementsBinder org.springframework.boot.context.properties.source.ConfigurationPropertyName org.springframework.boot.context.properties.bind.Bindable org.springframework.boot.context.properties.bind.AggregateElementBinder org.springframework.core.ResolvableType org.springframework.core.ResolvableType org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier top java.util.Iterator
      StackMap stack:
         1: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.springframework.boot.context.properties.source.ConfigurationPropertySource
            astore 7 /* source */
        start local 7 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
         2: .line 71
            aload 0 /* this */
            aload 7 /* source */
            aload 1 /* name */
            aload 2 /* target */
            aload 3 /* elementBinder */
            aload 6 /* result */
            aload 4 /* aggregateType */
            aload 5 /* elementType */
            invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder.bindIndexed:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder$IndexedCollectionSupplier;Lorg/springframework/core/ResolvableType;Lorg/springframework/core/ResolvableType;)V
         3: .line 72
            aload 6 /* result */
            invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier.wasSupplied:()Z
            ifeq 5
            aload 6 /* result */
            invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier.get:()Ljava/lang/Object;
            ifnull 5
         4: .line 73
            return
        end local 7 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
         5: .line 70
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         6: .line 76
            return
        end local 6 // org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier result
        end local 5 // org.springframework.core.ResolvableType elementType
        end local 4 // org.springframework.core.ResolvableType aggregateType
        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.IndexedElementsBinder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder<TT;>;
            0    7     1           name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    7     2         target  Lorg/springframework/boot/context/properties/bind/Bindable<*>;
            0    7     3  elementBinder  Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;
            0    7     4  aggregateType  Lorg/springframework/core/ResolvableType;
            0    7     5    elementType  Lorg/springframework/core/ResolvableType;
            0    7     6         result  Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder$IndexedCollectionSupplier;
            2    5     7         source  Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
    Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable<*>;Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;Lorg/springframework/core/ResolvableType;Lorg/springframework/core/ResolvableType;Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder$IndexedCollectionSupplier;)V
    MethodParameters:
               Name  Flags
      name           
      target         
      elementBinder  
      aggregateType  
      elementType    
      result         

  private void bindIndexed(org.springframework.boot.context.properties.source.ConfigurationPropertySource, org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Bindable<?>, org.springframework.boot.context.properties.bind.AggregateElementBinder, org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier, org.springframework.core.ResolvableType, org.springframework.core.ResolvableType);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder$IndexedCollectionSupplier;Lorg/springframework/core/ResolvableType;Lorg/springframework/core/ResolvableType;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=9, args_size=8
        start local 0 // org.springframework.boot.context.properties.bind.IndexedElementsBinder this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName root
        start local 3 // org.springframework.boot.context.properties.bind.Bindable target
        start local 4 // org.springframework.boot.context.properties.bind.AggregateElementBinder elementBinder
        start local 5 // org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier collection
        start local 6 // org.springframework.core.ResolvableType aggregateType
        start local 7 // org.springframework.core.ResolvableType elementType
         0: .line 81
            aload 1 /* source */
            aload 2 /* root */
            invokeinterface org.springframework.boot.context.properties.source.ConfigurationPropertySource.getConfigurationProperty:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
            astore 8 /* property */
        start local 8 // org.springframework.boot.context.properties.source.ConfigurationProperty property
         1: .line 82
            aload 8 /* property */
            ifnull 5
         2: .line 83
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder.getContext:()Lorg/springframework/boot/context/properties/bind/Binder$Context;
            aload 8 /* property */
            invokevirtual org.springframework.boot.context.properties.bind.Binder$Context.setConfigurationProperty:(Lorg/springframework/boot/context/properties/source/ConfigurationProperty;)V
         3: .line 84
            aload 0 /* this */
            aload 3 /* target */
            aload 5 /* collection */
            invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier.get:()Ljava/lang/Object;
            checkcast java.util.Collection
            aload 6 /* aggregateType */
            aload 7 /* elementType */
            aload 8 /* property */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationProperty.getValue:()Ljava/lang/Object;
            invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder.bindValue:(Lorg/springframework/boot/context/properties/bind/Bindable;Ljava/util/Collection;Lorg/springframework/core/ResolvableType;Lorg/springframework/core/ResolvableType;Ljava/lang/Object;)V
         4: .line 85
            goto 6
         5: .line 87
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationProperty
      StackMap stack:
            aload 0 /* this */
            aload 1 /* source */
            aload 2 /* root */
            aload 4 /* elementBinder */
            aload 5 /* collection */
            aload 7 /* elementType */
            invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder.bindIndexed:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder$IndexedCollectionSupplier;Lorg/springframework/core/ResolvableType;)V
         6: .line 89
      StackMap locals:
      StackMap stack:
            return
        end local 8 // org.springframework.boot.context.properties.source.ConfigurationProperty property
        end local 7 // org.springframework.core.ResolvableType elementType
        end local 6 // org.springframework.core.ResolvableType aggregateType
        end local 5 // org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier collection
        end local 4 // org.springframework.boot.context.properties.bind.AggregateElementBinder elementBinder
        end local 3 // org.springframework.boot.context.properties.bind.Bindable target
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName root
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
        end local 0 // org.springframework.boot.context.properties.bind.IndexedElementsBinder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder<TT;>;
            0    7     1         source  Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
            0    7     2           root  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    7     3         target  Lorg/springframework/boot/context/properties/bind/Bindable<*>;
            0    7     4  elementBinder  Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;
            0    7     5     collection  Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder$IndexedCollectionSupplier;
            0    7     6  aggregateType  Lorg/springframework/core/ResolvableType;
            0    7     7    elementType  Lorg/springframework/core/ResolvableType;
            1    7     8       property  Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
    Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable<*>;Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder$IndexedCollectionSupplier;Lorg/springframework/core/ResolvableType;Lorg/springframework/core/ResolvableType;)V
    MethodParameters:
               Name  Flags
      source         
      root           
      target         
      elementBinder  
      collection     
      aggregateType  
      elementType    

  private void bindValue(org.springframework.boot.context.properties.bind.Bindable<?>, java.util.Collection<java.lang.Object>, org.springframework.core.ResolvableType, org.springframework.core.ResolvableType, );
    descriptor: (Lorg/springframework/boot/context/properties/bind/Bindable;Ljava/util/Collection;Lorg/springframework/core/ResolvableType;Lorg/springframework/core/ResolvableType;Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=6
        start local 0 // org.springframework.boot.context.properties.bind.IndexedElementsBinder this
        start local 1 // org.springframework.boot.context.properties.bind.Bindable target
        start local 2 // java.util.Collection collection
        start local 3 // org.springframework.core.ResolvableType aggregateType
        start local 4 // org.springframework.core.ResolvableType elementType
        start local 5 // java.lang.Object value
         0: .line 93
            aload 5 /* value */
            instanceof java.lang.String
            ifeq 2
            aload 5 /* value */
            checkcast java.lang.String
            invokestatic org.springframework.util.StringUtils.hasText:(Ljava/lang/String;)Z
            ifne 2
         1: .line 94
            return
         2: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* value */
            aload 3 /* aggregateType */
            aload 1 /* target */
            invokevirtual org.springframework.boot.context.properties.bind.Bindable.getAnnotations:()[Ljava/lang/annotation/Annotation;
            invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder.convert:(Ljava/lang/Object;Lorg/springframework/core/ResolvableType;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
            astore 6 /* aggregate */
        start local 6 // java.lang.Object aggregate
         3: .line 97
            aload 2 /* collection */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            iconst_1
            anewarray org.springframework.core.ResolvableType
            dup
            iconst_0
            aload 4 /* elementType */
            aastore
            invokestatic org.springframework.core.ResolvableType.forClassWithGenerics:(Ljava/lang/Class;[Lorg/springframework/core/ResolvableType;)Lorg/springframework/core/ResolvableType;
            astore 7 /* collectionType */
        start local 7 // org.springframework.core.ResolvableType collectionType
         4: .line 98
            aload 0 /* this */
            aload 6 /* aggregate */
            aload 7 /* collectionType */
            iconst_0
            anewarray java.lang.annotation.Annotation
            invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder.convert:(Ljava/lang/Object;Lorg/springframework/core/ResolvableType;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
            checkcast java.util.Collection
            astore 8 /* elements */
        start local 8 // java.util.Collection elements
         5: .line 99
            aload 2 /* collection */
            aload 8 /* elements */
            invokeinterface java.util.Collection.addAll:(Ljava/util/Collection;)Z
            pop
         6: .line 100
            return
        end local 8 // java.util.Collection elements
        end local 7 // org.springframework.core.ResolvableType collectionType
        end local 6 // java.lang.Object aggregate
        end local 5 // java.lang.Object value
        end local 4 // org.springframework.core.ResolvableType elementType
        end local 3 // org.springframework.core.ResolvableType aggregateType
        end local 2 // java.util.Collection collection
        end local 1 // org.springframework.boot.context.properties.bind.Bindable target
        end local 0 // org.springframework.boot.context.properties.bind.IndexedElementsBinder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder<TT;>;
            0    7     1          target  Lorg/springframework/boot/context/properties/bind/Bindable<*>;
            0    7     2      collection  Ljava/util/Collection<Ljava/lang/Object;>;
            0    7     3   aggregateType  Lorg/springframework/core/ResolvableType;
            0    7     4     elementType  Lorg/springframework/core/ResolvableType;
            0    7     5           value  Ljava/lang/Object;
            3    7     6       aggregate  Ljava/lang/Object;
            4    7     7  collectionType  Lorg/springframework/core/ResolvableType;
            5    7     8        elements  Ljava/util/Collection<Ljava/lang/Object;>;
    Signature: (Lorg/springframework/boot/context/properties/bind/Bindable<*>;Ljava/util/Collection<Ljava/lang/Object;>;Lorg/springframework/core/ResolvableType;Lorg/springframework/core/ResolvableType;Ljava/lang/Object;)V
    MethodParameters:
               Name  Flags
      target         
      collection     
      aggregateType  
      elementType    
      value          

  private void bindIndexed(org.springframework.boot.context.properties.source.ConfigurationPropertySource, org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.AggregateElementBinder, org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier, org.springframework.core.ResolvableType);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder$IndexedCollectionSupplier;Lorg/springframework/core/ResolvableType;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=10, args_size=6
        start local 0 // org.springframework.boot.context.properties.bind.IndexedElementsBinder this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName root
        start local 3 // org.springframework.boot.context.properties.bind.AggregateElementBinder elementBinder
        start local 4 // org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier collection
        start local 5 // org.springframework.core.ResolvableType elementType
         0: .line 104
            aload 0 /* this */
            aload 1 /* source */
            aload 2 /* root */
            invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder.getKnownIndexedChildren:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/util/MultiValueMap;
            astore 6 /* knownIndexedChildren */
        start local 6 // org.springframework.util.MultiValueMap knownIndexedChildren
         1: .line 105
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         2: goto 12
         3: .line 106
      StackMap locals: org.springframework.util.MultiValueMap int
      StackMap stack:
            aload 2 /* root */
            iload 7 /* i */
            ifeq 4
            new java.lang.StringBuilder
            dup
            ldc "["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 7 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            goto 5
      StackMap locals:
      StackMap stack: org.springframework.boot.context.properties.source.ConfigurationPropertyName
         4: ldc "[0]"
      StackMap locals: org.springframework.boot.context.properties.bind.IndexedElementsBinder org.springframework.boot.context.properties.source.ConfigurationPropertySource org.springframework.boot.context.properties.source.ConfigurationPropertyName org.springframework.boot.context.properties.bind.AggregateElementBinder org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier org.springframework.core.ResolvableType org.springframework.util.MultiValueMap int
      StackMap stack: org.springframework.boot.context.properties.source.ConfigurationPropertyName java.lang.String
         5: invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.append:(Ljava/lang/String;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            astore 8 /* name */
        start local 8 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         6: .line 107
            aload 3 /* elementBinder */
            aload 8 /* name */
            aload 5 /* elementType */
            invokestatic org.springframework.boot.context.properties.bind.Bindable.of:(Lorg/springframework/core/ResolvableType;)Lorg/springframework/boot/context/properties/bind/Bindable;
            aload 1 /* source */
            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;
            astore 9 /* value */
        start local 9 // java.lang.Object value
         7: .line 108
            aload 9 /* value */
            ifnonnull 9
         8: .line 109
            goto 13
         9: .line 111
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName java.lang.Object
      StackMap stack:
            aload 6 /* knownIndexedChildren */
            aload 8 /* name */
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form.UNIFORM:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getLastElement:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;)Ljava/lang/String;
            invokeinterface org.springframework.util.MultiValueMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        10: .line 112
            aload 4 /* collection */
            invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier.get:()Ljava/lang/Object;
            checkcast java.util.Collection
            aload 9 /* value */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
        end local 9 // java.lang.Object value
        end local 8 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        11: .line 105
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 7 /* i */
            ldc 2147483647
            if_icmplt 3
        end local 7 // int i
        13: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* source */
            aload 6 /* knownIndexedChildren */
            invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder.assertNoUnboundChildren:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;Lorg/springframework/util/MultiValueMap;)V
        14: .line 115
            return
        end local 6 // org.springframework.util.MultiValueMap knownIndexedChildren
        end local 5 // org.springframework.core.ResolvableType elementType
        end local 4 // org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier collection
        end local 3 // org.springframework.boot.context.properties.bind.AggregateElementBinder elementBinder
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName root
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
        end local 0 // org.springframework.boot.context.properties.bind.IndexedElementsBinder this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   15     0                  this  Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder<TT;>;
            0   15     1                source  Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
            0   15     2                  root  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0   15     3         elementBinder  Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;
            0   15     4            collection  Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder$IndexedCollectionSupplier;
            0   15     5           elementType  Lorg/springframework/core/ResolvableType;
            1   15     6  knownIndexedChildren  Lorg/springframework/util/MultiValueMap<Ljava/lang/String;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;
            2   13     7                     i  I
            6   11     8                  name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            7   11     9                 value  Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      source         
      root           
      elementBinder  
      collection     
      elementType    

  private org.springframework.util.MultiValueMap<java.lang.String, org.springframework.boot.context.properties.source.ConfigurationPropertyName> getKnownIndexedChildren(org.springframework.boot.context.properties.source.ConfigurationPropertySource, org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/util/MultiValueMap;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // org.springframework.boot.context.properties.bind.IndexedElementsBinder this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName root
         0: .line 119
            new org.springframework.util.LinkedMultiValueMap
            dup
            invokespecial org.springframework.util.LinkedMultiValueMap.<init>:()V
            astore 3 /* children */
        start local 3 // org.springframework.util.MultiValueMap children
         1: .line 120
            aload 1 /* source */
            instanceof org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
            ifne 3
         2: .line 121
            aload 3 /* children */
            areturn
         3: .line 123
      StackMap locals: org.springframework.util.MultiValueMap
      StackMap stack:
            aload 1 /* source */
            aload 2 /* root */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic test(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Ljava/util/function/Predicate;
              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;)Z
                  org/springframework/boot/context/properties/source/ConfigurationPropertyName.isAncestorOf(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z (5)
                  (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z
            invokeinterface org.springframework.boot.context.properties.source.ConfigurationPropertySource.filter:(Ljava/util/function/Predicate;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
            checkcast org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
            invokeinterface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource.iterator:()Ljava/util/Iterator;
            astore 5
            goto 9
      StackMap locals: org.springframework.boot.context.properties.bind.IndexedElementsBinder org.springframework.boot.context.properties.source.ConfigurationPropertySource org.springframework.boot.context.properties.source.ConfigurationPropertyName org.springframework.util.MultiValueMap top java.util.Iterator
      StackMap stack:
         4: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.springframework.boot.context.properties.source.ConfigurationPropertyName
            astore 4 /* name */
        start local 4 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         5: .line 124
            aload 4 /* name */
            aload 2 /* root */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            iconst_1
            iadd
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.chop:(I)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            astore 6 /* choppedName */
        start local 6 // org.springframework.boot.context.properties.source.ConfigurationPropertyName choppedName
         6: .line 125
            aload 6 /* choppedName */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.isLastElementIndexed:()Z
            ifeq 9
         7: .line 126
            aload 6 /* choppedName */
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form.UNIFORM:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getLastElement:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;)Ljava/lang/String;
            astore 7 /* key */
        start local 7 // java.lang.String key
         8: .line 127
            aload 3 /* children */
            aload 7 /* key */
            aload 4 /* name */
            invokeinterface org.springframework.util.MultiValueMap.add:(Ljava/lang/Object;Ljava/lang/Object;)V
        end local 7 // java.lang.String key
        end local 6 // org.springframework.boot.context.properties.source.ConfigurationPropertyName choppedName
        end local 4 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         9: .line 123
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        10: .line 130
            aload 3 /* children */
            areturn
        end local 3 // org.springframework.util.MultiValueMap children
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName root
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
        end local 0 // org.springframework.boot.context.properties.bind.IndexedElementsBinder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder<TT;>;
            0   11     1       source  Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
            0   11     2         root  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            1   11     3     children  Lorg/springframework/util/MultiValueMap<Ljava/lang/String;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;
            5    9     4         name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            6    9     6  choppedName  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            8    9     7          key  Ljava/lang/String;
    Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/util/MultiValueMap<Ljava/lang/String;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;
    MethodParameters:
        Name  Flags
      source  
      root    

  private void assertNoUnboundChildren(org.springframework.boot.context.properties.source.ConfigurationPropertySource, org.springframework.util.MultiValueMap<java.lang.String, org.springframework.boot.context.properties.source.ConfigurationPropertyName>);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;Lorg/springframework/util/MultiValueMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.springframework.boot.context.properties.bind.IndexedElementsBinder this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
        start local 2 // org.springframework.util.MultiValueMap children
         0: .line 135
            aload 2 /* children */
            invokeinterface org.springframework.util.MultiValueMap.isEmpty:()Z
            ifne 4
         1: .line 136
            new org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
            dup
            aload 2 /* children */
            invokeinterface org.springframework.util.MultiValueMap.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.stream:()Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              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;
                  java/util/Collection.stream()Ljava/util/stream/Stream; (9 itf)
                  (Ljava/util/List;)Ljava/util/stream/Stream;
            invokeinterface java.util.stream.Stream.flatMap:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         2: .line 137
            aload 1 /* source */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic apply(Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;)Ljava/util/function/Function;
              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;
                  org/springframework/boot/context/properties/source/ConfigurationPropertySource.getConfigurationProperty(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/boot/context/properties/source/ConfigurationProperty; (9 itf)
                  (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokedynamic get()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;
                  java/util/TreeSet.<init>()V (8)
                  ()Ljava/util/TreeSet;
            invokestatic java.util.stream.Collectors.toCollection:(Ljava/util/function/Supplier;)Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.Set
         3: .line 136
            invokespecial org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException.<init>:(Ljava/util/Set;)V
            athrow
         4: .line 139
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.springframework.util.MultiValueMap children
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
        end local 0 // org.springframework.boot.context.properties.bind.IndexedElementsBinder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder<TT;>;
            0    5     1    source  Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
            0    5     2  children  Lorg/springframework/util/MultiValueMap<Ljava/lang/String;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;
    Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;Lorg/springframework/util/MultiValueMap<Ljava/lang/String;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;>;)V
    MethodParameters:
          Name  Flags
      source    
      children  

  private <C> C convert(, org.springframework.core.ResolvableType, java.lang.annotation.Annotation[]);
    descriptor: (Ljava/lang/Object;Lorg/springframework/core/ResolvableType;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
    flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.springframework.boot.context.properties.bind.IndexedElementsBinder this
        start local 1 // java.lang.Object value
        start local 2 // org.springframework.core.ResolvableType type
        start local 3 // java.lang.annotation.Annotation[] annotations
         0: .line 142
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder.getContext:()Lorg/springframework/boot/context/properties/bind/Binder$Context;
            invokevirtual org.springframework.boot.context.properties.bind.Binder$Context.getPlaceholdersResolver:()Lorg/springframework/boot/context/properties/bind/PlaceholdersResolver;
            aload 1 /* value */
            invokeinterface org.springframework.boot.context.properties.bind.PlaceholdersResolver.resolvePlaceholders:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 1 /* value */
         1: .line 143
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder.getContext:()Lorg/springframework/boot/context/properties/bind/Binder$Context;
            invokevirtual org.springframework.boot.context.properties.bind.Binder$Context.getConverter:()Lorg/springframework/boot/context/properties/bind/BindConverter;
            aload 1 /* value */
            aload 2 /* type */
            aload 3 /* annotations */
            invokevirtual org.springframework.boot.context.properties.bind.BindConverter.convert:(Ljava/lang/Object;Lorg/springframework/core/ResolvableType;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
            areturn
        end local 3 // java.lang.annotation.Annotation[] annotations
        end local 2 // org.springframework.core.ResolvableType type
        end local 1 // java.lang.Object value
        end local 0 // org.springframework.boot.context.properties.bind.IndexedElementsBinder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder<TT;>;
            0    2     1        value  Ljava/lang/Object;
            0    2     2         type  Lorg/springframework/core/ResolvableType;
            0    2     3  annotations  [Ljava/lang/annotation/Annotation;
    Signature: <C:Ljava/lang/Object;>(Ljava/lang/Object;Lorg/springframework/core/ResolvableType;[Ljava/lang/annotation/Annotation;)TC;
    MethodParameters:
             Name  Flags
      value        
      type         
      annotations  
}
Signature: <T:Ljava/lang/Object;>Lorg/springframework/boot/context/properties/bind/AggregateBinder<TT;>;
SourceFile: "IndexedElementsBinder.java"
NestMembers:
  org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  final Context = org.springframework.boot.context.properties.bind.Binder$Context of org.springframework.boot.context.properties.bind.Binder
  protected IndexedCollectionSupplier = org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier of org.springframework.boot.context.properties.bind.IndexedElementsBinder
  public final Form = org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form of org.springframework.boot.context.properties.source.ConfigurationPropertyName