public abstract class org.springframework.boot.context.properties.bind.AbstractBindHandler implements org.springframework.boot.context.properties.bind.BindHandler
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.springframework.boot.context.properties.bind.AbstractBindHandler
super_class: java.lang.Object
{
private final org.springframework.boot.context.properties.bind.BindHandler parent;
descriptor: Lorg/springframework/boot/context/properties/bind/BindHandler;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic org.springframework.boot.context.properties.bind.BindHandler.DEFAULT:Lorg/springframework/boot/context/properties/bind/BindHandler;
invokespecial org.springframework.boot.context.properties.bind.AbstractBindHandler.<init>:(Lorg/springframework/boot/context/properties/bind/BindHandler;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/boot/context/properties/bind/AbstractBindHandler;
public void <init>(org.springframework.boot.context.properties.bind.BindHandler);
descriptor: (Lorg/springframework/boot/context/properties/bind/BindHandler;)V
flags: (0x0001) ACC_PUBLIC
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 1
ldc "Parent must not be null"
invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
2: aload 0
aload 1
putfield org.springframework.boot.context.properties.bind.AbstractBindHandler.parent:Lorg/springframework/boot/context/properties/bind/BindHandler;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/springframework/boot/context/properties/bind/AbstractBindHandler;
0 4 1 parent Lorg/springframework/boot/context/properties/bind/BindHandler;
MethodParameters:
Name Flags
parent
public <T> org.springframework.boot.context.properties.bind.Bindable<T> onStart(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Bindable<T>, org.springframework.boot.context.properties.bind.BindContext);
descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/BindContext;)Lorg/springframework/boot/context/properties/bind/Bindable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.springframework.boot.context.properties.bind.AbstractBindHandler.parent:Lorg/springframework/boot/context/properties/bind/BindHandler;
aload 1
aload 2
aload 3
invokeinterface org.springframework.boot.context.properties.bind.BindHandler.onStart:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/BindContext;)Lorg/springframework/boot/context/properties/bind/Bindable;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/properties/bind/AbstractBindHandler;
0 1 1 name Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
0 1 2 target Lorg/springframework/boot/context/properties/bind/Bindable<TT;>;
0 1 3 context Lorg/springframework/boot/context/properties/bind/BindContext;
Signature: <T:Ljava/lang/Object;>(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable<TT;>;Lorg/springframework/boot/context/properties/bind/BindContext;)Lorg/springframework/boot/context/properties/bind/Bindable<TT;>;
MethodParameters:
Name Flags
name
target
context
public onSuccess(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Bindable<?>, org.springframework.boot.context.properties.bind.BindContext, );
descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/BindContext;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield org.springframework.boot.context.properties.bind.AbstractBindHandler.parent:Lorg/springframework/boot/context/properties/bind/BindHandler;
aload 1
aload 2
aload 3
aload 4
invokeinterface org.springframework.boot.context.properties.bind.BindHandler.onSuccess:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/BindContext;Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/properties/bind/AbstractBindHandler;
0 1 1 name Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
0 1 2 target Lorg/springframework/boot/context/properties/bind/Bindable<*>;
0 1 3 context Lorg/springframework/boot/context/properties/bind/BindContext;
0 1 4 result Ljava/lang/Object;
Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable<*>;Lorg/springframework/boot/context/properties/bind/BindContext;Ljava/lang/Object;)Ljava/lang/Object;
MethodParameters:
Name Flags
name
target
context
result
public onFailure(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Bindable<?>, org.springframework.boot.context.properties.bind.BindContext, java.lang.Exception);
descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/BindContext;Ljava/lang/Exception;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield org.springframework.boot.context.properties.bind.AbstractBindHandler.parent:Lorg/springframework/boot/context/properties/bind/BindHandler;
aload 1
aload 2
aload 3
aload 4
invokeinterface org.springframework.boot.context.properties.bind.BindHandler.onFailure:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/BindContext;Ljava/lang/Exception;)Ljava/lang/Object;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/properties/bind/AbstractBindHandler;
0 1 1 name Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
0 1 2 target Lorg/springframework/boot/context/properties/bind/Bindable<*>;
0 1 3 context Lorg/springframework/boot/context/properties/bind/BindContext;
0 1 4 error Ljava/lang/Exception;
Exceptions:
throws java.lang.Exception
Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable<*>;Lorg/springframework/boot/context/properties/bind/BindContext;Ljava/lang/Exception;)Ljava/lang/Object;
MethodParameters:
Name Flags
name
target
context
error
public void onFinish(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Bindable<?>, org.springframework.boot.context.properties.bind.BindContext, );
descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/BindContext;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield org.springframework.boot.context.properties.bind.AbstractBindHandler.parent:Lorg/springframework/boot/context/properties/bind/BindHandler;
aload 1
aload 2
aload 3
aload 4
invokeinterface org.springframework.boot.context.properties.bind.BindHandler.onFinish:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/BindContext;Ljava/lang/Object;)V
1: return
end local 4 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/AbstractBindHandler;
0 2 1 name Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
0 2 2 target Lorg/springframework/boot/context/properties/bind/Bindable<*>;
0 2 3 context Lorg/springframework/boot/context/properties/bind/BindContext;
0 2 4 result Ljava/lang/Object;
Exceptions:
throws java.lang.Exception
Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable<*>;Lorg/springframework/boot/context/properties/bind/BindContext;Ljava/lang/Object;)V
MethodParameters:
Name Flags
name
target
context
result
}
SourceFile: "AbstractBindHandler.java"