public interface org.springframework.boot.context.properties.bind.BindHandler
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.boot.context.properties.bind.BindHandler
super_class: java.lang.Object
{
public static final org.springframework.boot.context.properties.bind.BindHandler DEFAULT;
descriptor: Lorg/springframework/boot/context/properties/bind/BindHandler;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.springframework.boot.context.properties.bind.BindHandler$1
dup
invokespecial org.springframework.boot.context.properties.bind.BindHandler$1.<init>:()V
putstatic org.springframework.boot.context.properties.bind.BindHandler.DEFAULT:Lorg/springframework/boot/context/properties/bind/BindHandler;
1: return
LocalVariableTable:
Start End Slot Name Signature
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=1, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
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/BindHandler;
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=1, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 4
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/BindHandler;
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 onCreate(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=1, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 4
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/BindHandler;
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=1, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 4
athrow
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/BindHandler;
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=0, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: return
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/BindHandler;
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;
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: "BindHandler.java"
NestMembers:
org.springframework.boot.context.properties.bind.BindHandler$1
InnerClasses:
org.springframework.boot.context.properties.bind.BindHandler$1