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 start local 1 0: aload 0
aload 1
invokespecial org.springframework.boot.context.properties.bind.AggregateBinder.<init>:(Lorg/springframework/boot/context/properties/bind/Binder$Context;)V
1: return
end local 1 end local 0 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 start local 1 0: aload 1
ifnull 1
aload 1
instanceof org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
ifne 1
iconst_0
ireturn
StackMap locals:
StackMap stack:
1: iconst_1
ireturn
end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
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
start local 7 2: aload 0
aload 7
aload 1
aload 2
aload 3
aload 6
aload 4
aload 5
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: aload 6
invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier.wasSupplied:()Z
ifeq 5
aload 6
invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier.get:()Ljava/lang/Object;
ifnull 5
4: return
end local 7 5: StackMap locals:
StackMap stack:
aload 8
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
6: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 1
aload 2
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
start local 8 1: aload 8
ifnull 5
2: aload 0
invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder.getContext:()Lorg/springframework/boot/context/properties/bind/Binder$Context;
aload 8
invokevirtual org.springframework.boot.context.properties.bind.Binder$Context.setConfigurationProperty:(Lorg/springframework/boot/context/properties/source/ConfigurationProperty;)V
3: aload 0
aload 3
aload 5
invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier.get:()Ljava/lang/Object;
checkcast java.util.Collection
aload 6
aload 7
aload 8
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: goto 6
5: StackMap locals: org.springframework.boot.context.properties.source.ConfigurationProperty
StackMap stack:
aload 0
aload 1
aload 2
aload 4
aload 5
aload 7
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: StackMap locals:
StackMap stack:
return
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 5
instanceof java.lang.String
ifeq 2
aload 5
checkcast java.lang.String
invokestatic org.springframework.util.StringUtils.hasText:(Ljava/lang/String;)Z
ifne 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
aload 5
aload 3
aload 1
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
start local 6 3: aload 2
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
iconst_1
anewarray org.springframework.core.ResolvableType
dup
iconst_0
aload 4
aastore
invokestatic org.springframework.core.ResolvableType.forClassWithGenerics:(Ljava/lang/Class;[Lorg/springframework/core/ResolvableType;)Lorg/springframework/core/ResolvableType;
astore 7
start local 7 4: aload 0
aload 6
aload 7
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
start local 8 5: aload 2
aload 8
invokeinterface java.util.Collection.addAll:(Ljava/util/Collection;)Z
pop
6: return
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
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
start local 6 1: iconst_0
istore 7
start local 7 2: goto 12
3: StackMap locals: org.springframework.util.MultiValueMap int
StackMap stack:
aload 2
iload 7
ifeq 4
new java.lang.StringBuilder
dup
ldc "["
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 7
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
start local 8 6: aload 3
aload 8
aload 5
invokestatic org.springframework.boot.context.properties.bind.Bindable.of:(Lorg/springframework/core/ResolvableType;)Lorg/springframework/boot/context/properties/bind/Bindable;
aload 1
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
start local 9 7: aload 9
ifnonnull 9
8: goto 13
9: StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName java.lang.Object
StackMap stack:
aload 6
aload 8
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: aload 4
invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier.get:()Ljava/lang/Object;
checkcast java.util.Collection
aload 9
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
pop
end local 9 end local 8 11: iinc 7 1
StackMap locals:
StackMap stack:
12: iload 7
ldc 2147483647
if_icmplt 3
end local 7 13: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 6
invokevirtual org.springframework.boot.context.properties.bind.IndexedElementsBinder.assertNoUnboundChildren:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;Lorg/springframework/util/MultiValueMap;)V
14: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: new org.springframework.util.LinkedMultiValueMap
dup
invokespecial org.springframework.util.LinkedMultiValueMap.<init>:()V
astore 3
start local 3 1: aload 1
instanceof org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
ifne 3
2: aload 3
areturn
3: StackMap locals: org.springframework.util.MultiValueMap
StackMap stack:
aload 1
aload 2
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
start local 4 5: aload 4
aload 2
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
start local 6 6: aload 6
invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.isLastElementIndexed:()Z
ifeq 9
7: aload 6
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
start local 7 8: aload 3
aload 7
aload 4
invokeinterface org.springframework.util.MultiValueMap.add:(Ljava/lang/Object;Ljava/lang/Object;)V
end local 7 end local 6 end local 4 9: StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 4
10: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 2
invokeinterface org.springframework.util.MultiValueMap.isEmpty:()Z
ifne 4
1: new org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
dup
aload 2
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: aload 1
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: invokespecial org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException.<init>:(Ljava/util/Set;)V
athrow
4: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
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
invokeinterface org.springframework.boot.context.properties.bind.PlaceholdersResolver.resolvePlaceholders:(Ljava/lang/Object;)Ljava/lang/Object;
astore 1
1: aload 0
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
aload 2
aload 3
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 end local 2 end local 1 end local 0 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