abstract class 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.AggregateBinder
super_class: java.lang.Object
{
private final org.springframework.boot.context.properties.bind.Binder$Context context;
descriptor: Lorg/springframework/boot/context/properties/bind/Binder$Context;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
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
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.springframework.boot.context.properties.bind.AggregateBinder.context:Lorg/springframework/boot/context/properties/bind/Binder$Context;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/springframework/boot/context/properties/bind/AggregateBinder<TT;>;
0 3 1 context Lorg/springframework/boot/context/properties/bind/Binder$Context;
MethodParameters:
Name Flags
context
protected abstract boolean isAllowRecursiveBinding(org.springframework.boot.context.properties.source.ConfigurationPropertySource);
descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;)Z
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
source
final bind(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/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;)Ljava/lang/Object;
flags: (0x0010) ACC_FINAL
Code:
stack=4, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokevirtual org.springframework.boot.context.properties.bind.AggregateBinder.bindAggregate:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;)Ljava/lang/Object;
astore 4
start local 4 1: aload 2
invokevirtual org.springframework.boot.context.properties.bind.Bindable.getValue:()Ljava/util/function/Supplier;
astore 5
start local 5 2: aload 4
ifnull 3
aload 5
ifnonnull 4
3: StackMap locals: java.lang.Object java.util.function.Supplier
StackMap stack:
aload 4
areturn
4: StackMap locals:
StackMap stack:
aload 0
aload 5
aload 4
invokevirtual org.springframework.boot.context.properties.bind.AggregateBinder.merge:(Ljava/util/function/Supplier;Ljava/lang/Object;)Ljava/lang/Object;
areturn
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 5 0 this Lorg/springframework/boot/context/properties/bind/AggregateBinder<TT;>;
0 5 1 name Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
0 5 2 target Lorg/springframework/boot/context/properties/bind/Bindable<*>;
0 5 3 elementBinder Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;
1 5 4 result Ljava/lang/Object;
2 5 5 value Ljava/util/function/Supplier<*>;
Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable<*>;Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;)Ljava/lang/Object;
MethodParameters:
Name Flags
name
target
elementBinder
protected abstract bindAggregate(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/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;)Ljava/lang/Object;
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable<*>;Lorg/springframework/boot/context/properties/bind/AggregateElementBinder;)Ljava/lang/Object;
MethodParameters:
Name Flags
name
target
elementBinder
protected abstract T merge(java.util.function.Supplier<T>, );
descriptor: (Ljava/util/function/Supplier;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
Signature: (Ljava/util/function/Supplier<TT;>;TT;)TT;
MethodParameters:
Name Flags
existing
additional
protected final org.springframework.boot.context.properties.bind.Binder$Context getContext();
descriptor: ()Lorg/springframework/boot/context/properties/bind/Binder$Context;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.boot.context.properties.bind.AggregateBinder.context:Lorg/springframework/boot/context/properties/bind/Binder$Context;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/properties/bind/AggregateBinder<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "AggregateBinder.java"
NestMembers:
org.springframework.boot.context.properties.bind.AggregateBinder$AggregateSupplier
InnerClasses:
protected AggregateSupplier = org.springframework.boot.context.properties.bind.AggregateBinder$AggregateSupplier of org.springframework.boot.context.properties.bind.AggregateBinder
final Context = org.springframework.boot.context.properties.bind.Binder$Context of org.springframework.boot.context.properties.bind.Binder