class org.springframework.boot.context.properties.bind.MapBinder$EntryBinder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.context.properties.bind.MapBinder$EntryBinder
  super_class: java.lang.Object
{
  private final org.springframework.boot.context.properties.source.ConfigurationPropertyName root;
    descriptor: Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.boot.context.properties.bind.AggregateElementBinder elementBinder;
    descriptor: Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.core.ResolvableType mapType;
    descriptor: Lorg/springframework/core/ResolvableType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.core.ResolvableType keyType;
    descriptor: Lorg/springframework/core/ResolvableType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.core.ResolvableType valueType;
    descriptor: Lorg/springframework/core/ResolvableType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.springframework.boot.context.properties.bind.MapBinder this$0;
    descriptor: Lorg/springframework/boot/context/properties/bind/MapBinder;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(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/bind/MapBinder;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.springframework.boot.context.properties.bind.MapBinder$EntryBinder this
        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
         0: .line 143
            aload 0 /* this */
            aload 1
            putfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.this$0:Lorg/springframework/boot/context/properties/bind/MapBinder;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 144
            aload 0 /* this */
            aload 2 /* root */
            putfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.root:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
         2: .line 145
            aload 0 /* this */
            aload 4 /* elementBinder */
            putfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.elementBinder:Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;
         3: .line 146
            aload 0 /* this */
            aload 3 /* target */
            invokevirtual org.springframework.boot.context.properties.bind.Bindable.getType:()Lorg/springframework/core/ResolvableType;
            invokevirtual org.springframework.core.ResolvableType.asMap:()Lorg/springframework/core/ResolvableType;
            putfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.mapType:Lorg/springframework/core/ResolvableType;
         4: .line 147
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.mapType:Lorg/springframework/core/ResolvableType;
            iconst_1
            newarray 10
            dup
            iconst_0
            iconst_0
            iastore
            invokevirtual org.springframework.core.ResolvableType.getGeneric:([I)Lorg/springframework/core/ResolvableType;
            putfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.keyType:Lorg/springframework/core/ResolvableType;
         5: .line 148
            aload 0 /* this */
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.mapType:Lorg/springframework/core/ResolvableType;
            iconst_1
            newarray 10
            dup
            iconst_0
            iconst_1
            iastore
            invokevirtual org.springframework.core.ResolvableType.getGeneric:([I)Lorg/springframework/core/ResolvableType;
            putfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.valueType:Lorg/springframework/core/ResolvableType;
         6: .line 149
            return
        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 0 // org.springframework.boot.context.properties.bind.MapBinder$EntryBinder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/springframework/boot/context/properties/bind/MapBinder$EntryBinder;
            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;
    Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable<*>;Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;)V
    MethodParameters:
               Name  Flags
      this$0         final
      root           
      target         
      elementBinder  

  void bindEntries(org.springframework.boot.context.properties.source.ConfigurationPropertySource, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;Ljava/util/Map;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // org.springframework.boot.context.properties.bind.MapBinder$EntryBinder this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
        start local 2 // java.util.Map map
         0: .line 152
            aload 1 /* source */
            instanceof org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
            ifeq 8
         1: .line 153
            aload 1 /* source */
            checkcast org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
            invokeinterface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource.iterator:()Ljava/util/Iterator;
            astore 4
            goto 7
      StackMap locals: org.springframework.boot.context.properties.bind.MapBinder$EntryBinder org.springframework.boot.context.properties.source.ConfigurationPropertySource java.util.Map top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.springframework.boot.context.properties.source.ConfigurationPropertyName
            astore 3 /* name */
        start local 3 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         3: .line 154
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.getValueBindable:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/boot/context/properties/bind/Bindable;
            astore 5 /* valueBindable */
        start local 5 // org.springframework.boot.context.properties.bind.Bindable valueBindable
         4: .line 155
            aload 0 /* this */
            aload 1 /* source */
            aload 3 /* name */
            invokevirtual org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.getEntryName:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            astore 6 /* entryName */
        start local 6 // org.springframework.boot.context.properties.source.ConfigurationPropertyName entryName
         5: .line 156
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.this$0:Lorg/springframework/boot/context/properties/bind/MapBinder;
            invokevirtual org.springframework.boot.context.properties.bind.MapBinder.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 0 /* this */
            aload 6 /* entryName */
            invokevirtual org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.getKeyName:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Ljava/lang/String;
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.keyType:Lorg/springframework/core/ResolvableType;
            iconst_0
            anewarray java.lang.annotation.Annotation
            invokevirtual org.springframework.boot.context.properties.bind.BindConverter.convert:(Ljava/lang/Object;Lorg/springframework/core/ResolvableType;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
            astore 7 /* key */
        start local 7 // java.lang.Object key
         6: .line 157
            aload 2 /* map */
            aload 7 /* key */
            aload 0 /* this */
            aload 6 /* entryName */
            aload 5 /* valueBindable */
            invokedynamic apply(Lorg/springframework/boot/context/properties/bind/MapBinder$EntryBinder;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;)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/bind/MapBinder$EntryBinder.lambda$0(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Ljava/lang/Object;)Ljava/lang/Object; (7)
                  (Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface java.util.Map.computeIfAbsent:(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;
            pop
        end local 7 // java.lang.Object key
        end local 6 // org.springframework.boot.context.properties.source.ConfigurationPropertyName entryName
        end local 5 // org.springframework.boot.context.properties.bind.Bindable valueBindable
        end local 3 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         7: .line 153
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         8: .line 160
      StackMap locals: org.springframework.boot.context.properties.bind.MapBinder$EntryBinder org.springframework.boot.context.properties.source.ConfigurationPropertySource java.util.Map
      StackMap stack:
            return
        end local 2 // java.util.Map map
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
        end local 0 // org.springframework.boot.context.properties.bind.MapBinder$EntryBinder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lorg/springframework/boot/context/properties/bind/MapBinder$EntryBinder;
            0    9     1         source  Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
            0    9     2            map  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            3    7     3           name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            4    7     5  valueBindable  Lorg/springframework/boot/context/properties/bind/Bindable<*>;
            5    7     6      entryName  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            6    7     7            key  Ljava/lang/Object;
    Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)V
    MethodParameters:
        Name  Flags
      source  
      map     

  private org.springframework.boot.context.properties.bind.Bindable<?> getValueBindable(org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/boot/context/properties/bind/Bindable;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.bind.MapBinder$EntryBinder this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         0: .line 163
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.root:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            aload 1 /* name */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.isParentOf:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z
            ifne 2
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.isValueTreatedAsNestedMap:()Z
            ifeq 2
         1: .line 164
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.mapType:Lorg/springframework/core/ResolvableType;
            invokestatic org.springframework.boot.context.properties.bind.Bindable.of:(Lorg/springframework/core/ResolvableType;)Lorg/springframework/boot/context/properties/bind/Bindable;
            areturn
         2: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.valueType:Lorg/springframework/core/ResolvableType;
            invokestatic org.springframework.boot.context.properties.bind.Bindable.of:(Lorg/springframework/core/ResolvableType;)Lorg/springframework/boot/context/properties/bind/Bindable;
            areturn
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.bind.MapBinder$EntryBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/boot/context/properties/bind/MapBinder$EntryBinder;
            0    3     1  name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/boot/context/properties/bind/Bindable<*>;
    MethodParameters:
      Name  Flags
      name  

  private org.springframework.boot.context.properties.source.ConfigurationPropertyName getEntryName(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/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.springframework.boot.context.properties.bind.MapBinder$EntryBinder this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         0: .line 171
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.valueType:Lorg/springframework/core/ResolvableType;
            ldc Ljava/lang/Object;
            invokevirtual org.springframework.core.ResolvableType.resolve:(Ljava/lang/Class;)Ljava/lang/Class;
            astore 3 /* resolved */
        start local 3 // java.lang.Class resolved
         1: .line 172
            ldc Ljava/util/Collection;
            aload 3 /* resolved */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 2
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.valueType:Lorg/springframework/core/ResolvableType;
            invokevirtual org.springframework.core.ResolvableType.isArray:()Z
            ifeq 3
         2: .line 173
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 0 /* this */
            aload 2 /* name */
            invokevirtual org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.chopNameAtNumericIndex:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            areturn
         3: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.root:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            aload 2 /* name */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.isParentOf:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z
            ifne 5
            aload 0 /* this */
            invokevirtual org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.isValueTreatedAsNestedMap:()Z
            ifne 4
            aload 0 /* this */
            aload 1 /* source */
            aload 2 /* name */
            invokevirtual org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.isScalarValue:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Z
            ifne 5
         4: .line 176
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.root:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            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;
            areturn
         5: .line 178
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            areturn
        end local 3 // java.lang.Class resolved
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
        end local 0 // org.springframework.boot.context.properties.bind.MapBinder$EntryBinder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/springframework/boot/context/properties/bind/MapBinder$EntryBinder;
            0    6     1    source  Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
            0    6     2      name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            1    6     3  resolved  Ljava/lang/Class<*>;
    MethodParameters:
        Name  Flags
      source  
      name    

  private org.springframework.boot.context.properties.source.ConfigurationPropertyName chopNameAtNumericIndex(org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.springframework.boot.context.properties.bind.MapBinder$EntryBinder this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         0: .line 182
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.root:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            iconst_1
            iadd
            istore 2 /* start */
        start local 2 // int start
         1: .line 183
            aload 1 /* name */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            istore 3 /* size */
        start local 3 // int size
         2: .line 184
            iload 2 /* start */
            istore 4 /* i */
        start local 4 // int i
         3: goto 7
         4: .line 185
      StackMap locals: int int int
      StackMap stack:
            aload 1 /* name */
            iload 4 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.isNumericIndex:(I)Z
            ifeq 6
         5: .line 186
            aload 1 /* name */
            iload 4 /* i */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.chop:(I)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            areturn
         6: .line 184
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 3 /* size */
            if_icmplt 4
        end local 4 // int i
         8: .line 189
            aload 1 /* name */
            areturn
        end local 3 // int size
        end local 2 // int start
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.bind.MapBinder$EntryBinder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/springframework/boot/context/properties/bind/MapBinder$EntryBinder;
            0    9     1   name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            1    9     2  start  I
            2    9     3   size  I
            3    8     4      i  I
    MethodParameters:
      Name  Flags
      name  

  private boolean isValueTreatedAsNestedMap();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.bind.MapBinder$EntryBinder this
         0: .line 193
            ldc Ljava/lang/Object;
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.valueType:Lorg/springframework/core/ResolvableType;
            ldc Ljava/lang/Object;
            invokevirtual org.springframework.core.ResolvableType.resolve:(Ljava/lang/Class;)Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // org.springframework.boot.context.properties.bind.MapBinder$EntryBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/bind/MapBinder$EntryBinder;

  private boolean isScalarValue(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;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.springframework.boot.context.properties.bind.MapBinder$EntryBinder this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         0: .line 197
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.valueType:Lorg/springframework/core/ResolvableType;
            ldc Ljava/lang/Object;
            invokevirtual org.springframework.core.ResolvableType.resolve:(Ljava/lang/Class;)Ljava/lang/Class;
            astore 3 /* resolved */
        start local 3 // java.lang.Class resolved
         1: .line 198
            aload 3 /* resolved */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "java.lang"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifne 3
            aload 3 /* resolved */
            invokevirtual java.lang.Class.isEnum:()Z
            ifne 3
         2: .line 199
            iconst_0
            ireturn
         3: .line 201
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 1 /* source */
            aload 2 /* name */
            invokeinterface org.springframework.boot.context.properties.source.ConfigurationPropertySource.getConfigurationProperty:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
            astore 4 /* property */
        start local 4 // org.springframework.boot.context.properties.source.ConfigurationProperty property
         4: .line 202
            aload 4 /* property */
            ifnonnull 6
         5: .line 203
            iconst_0
            ireturn
         6: .line 205
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationProperty
      StackMap stack:
            aload 4 /* property */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationProperty.getValue:()Ljava/lang/Object;
            astore 5 /* value */
        start local 5 // java.lang.Object value
         7: .line 206
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.this$0:Lorg/springframework/boot/context/properties/bind/MapBinder;
            invokevirtual org.springframework.boot.context.properties.bind.MapBinder.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 5 /* value */
            invokeinterface org.springframework.boot.context.properties.bind.PlaceholdersResolver.resolvePlaceholders:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* value */
         8: .line 207
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.this$0:Lorg/springframework/boot/context/properties/bind/MapBinder;
            invokevirtual org.springframework.boot.context.properties.bind.MapBinder.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 5 /* value */
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.valueType:Lorg/springframework/core/ResolvableType;
            iconst_0
            anewarray java.lang.annotation.Annotation
            invokevirtual org.springframework.boot.context.properties.bind.BindConverter.canConvert:(Ljava/lang/Object;Lorg/springframework/core/ResolvableType;[Ljava/lang/annotation/Annotation;)Z
            ireturn
        end local 5 // java.lang.Object value
        end local 4 // org.springframework.boot.context.properties.source.ConfigurationProperty property
        end local 3 // java.lang.Class resolved
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertySource source
        end local 0 // org.springframework.boot.context.properties.bind.MapBinder$EntryBinder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/springframework/boot/context/properties/bind/MapBinder$EntryBinder;
            0    9     1    source  Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;
            0    9     2      name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            1    9     3  resolved  Ljava/lang/Class<*>;
            4    9     4  property  Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
            7    9     5     value  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      source  
      name    

  private java.lang.String getKeyName(org.springframework.boot.context.properties.source.ConfigurationPropertyName);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.springframework.boot.context.properties.bind.MapBinder$EntryBinder this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
         0: .line 211
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* result */
        start local 2 // java.lang.StringBuilder result
         1: .line 212
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.root:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 213
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 2 /* result */
            invokevirtual java.lang.StringBuilder.length:()I
            ifeq 5
         4: .line 214
            aload 2 /* result */
            bipush 46
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         5: .line 216
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            aload 1 /* name */
            iload 3 /* i */
            getstatic org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form.ORIGINAL:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getElement:(ILorg/springframework/boot/context/properties/source/ConfigurationPropertyName$Form;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 212
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 1 /* name */
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.getNumberOfElements:()I
            if_icmplt 3
        end local 3 // int i
         8: .line 218
            aload 2 /* result */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuilder result
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.bind.MapBinder$EntryBinder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/springframework/boot/context/properties/bind/MapBinder$EntryBinder;
            0    9     1    name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            1    9     2  result  Ljava/lang/StringBuilder;
            2    8     3       i  I
    MethodParameters:
      Name  Flags
      name  

  private java.lang.Object lambda$0(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Bindable, java.lang.Object);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.context.properties.bind.MapBinder$EntryBinder this
        start local 3 // java.lang.Object k
         0: .line 157
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.elementBinder:Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;
            aload 1
            aload 2
            invokeinterface org.springframework.boot.context.properties.bind.AggregateElementBinder.bind:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;)Ljava/lang/Object;
            areturn
        end local 3 // java.lang.Object k
        end local 0 // org.springframework.boot.context.properties.bind.MapBinder$EntryBinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/bind/MapBinder$EntryBinder;
            0    1     3     k  Ljava/lang/Object;
}
SourceFile: "MapBinder.java"
NestHost: org.springframework.boot.context.properties.bind.MapBinder
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
  private EntryBinder = org.springframework.boot.context.properties.bind.MapBinder$EntryBinder of org.springframework.boot.context.properties.bind.MapBinder
  public final Form = org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form of org.springframework.boot.context.properties.source.ConfigurationPropertyName