public class org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier extends org.springframework.boot.context.properties.bind.AggregateBinder$AggregateSupplier<java.util.Collection<java.lang.Object>>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier
  super_class: org.springframework.boot.context.properties.bind.AggregateBinder$AggregateSupplier
{
  public void <init>(java.util.function.Supplier<java.util.Collection<java.lang.Object>>);
    descriptor: (Ljava/util/function/Supplier;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier this
        start local 1 // java.util.function.Supplier supplier
         0: .line 153
            aload 0 /* this */
            aload 1 /* supplier */
            invokespecial org.springframework.boot.context.properties.bind.AggregateBinder$AggregateSupplier.<init>:(Ljava/util/function/Supplier;)V
         1: .line 154
            return
        end local 1 // java.util.function.Supplier supplier
        end local 0 // org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/springframework/boot/context/properties/bind/IndexedElementsBinder$IndexedCollectionSupplier;
            0    2     1  supplier  Ljava/util/function/Supplier<Ljava/util/Collection<Ljava/lang/Object;>;>;
    Signature: (Ljava/util/function/Supplier<Ljava/util/Collection<Ljava/lang/Object;>;>;)V
    MethodParameters:
          Name  Flags
      supplier  
}
Signature: Lorg/springframework/boot/context/properties/bind/AggregateBinder$AggregateSupplier<Ljava/util/Collection<Ljava/lang/Object;>;>;
SourceFile: "IndexedElementsBinder.java"
NestHost: org.springframework.boot.context.properties.bind.IndexedElementsBinder
InnerClasses:
  protected AggregateSupplier = org.springframework.boot.context.properties.bind.AggregateBinder$AggregateSupplier of org.springframework.boot.context.properties.bind.AggregateBinder
  protected IndexedCollectionSupplier = org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier of org.springframework.boot.context.properties.bind.IndexedElementsBinder