public class org.springframework.boot.context.properties.bind.BindException extends java.lang.RuntimeException implements org.springframework.boot.origin.OriginProvider
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.boot.context.properties.bind.BindException
super_class: java.lang.RuntimeException
{
private final org.springframework.boot.context.properties.bind.Bindable<?> target;
descriptor: Lorg/springframework/boot/context/properties/bind/Bindable;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/springframework/boot/context/properties/bind/Bindable<*>;
private final org.springframework.boot.context.properties.source.ConfigurationProperty property;
descriptor: Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.springframework.boot.context.properties.source.ConfigurationPropertyName name;
descriptor: Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Bindable<?>, org.springframework.boot.context.properties.source.ConfigurationProperty, java.lang.Throwable);
descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/source/ConfigurationProperty;Ljava/lang/Throwable;)V
flags: (0x0000)
Code:
stack=3, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
invokestatic org.springframework.boot.context.properties.bind.BindException.buildMessage:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;)Ljava/lang/String;
aload 4
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
1: aload 0
aload 1
putfield org.springframework.boot.context.properties.bind.BindException.name:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
2: aload 0
aload 2
putfield org.springframework.boot.context.properties.bind.BindException.target:Lorg/springframework/boot/context/properties/bind/Bindable;
3: aload 0
aload 3
putfield org.springframework.boot.context.properties.bind.BindException.property:Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
4: return
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/BindException;
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 property Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
0 5 4 cause Ljava/lang/Throwable;
Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable<*>;Lorg/springframework/boot/context/properties/source/ConfigurationProperty;Ljava/lang/Throwable;)V
MethodParameters:
Name Flags
name
target
property
cause
public org.springframework.boot.context.properties.source.ConfigurationPropertyName getName();
descriptor: ()Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.boot.context.properties.bind.BindException.name:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/properties/bind/BindException;
public org.springframework.boot.context.properties.bind.Bindable<?> getTarget();
descriptor: ()Lorg/springframework/boot/context/properties/bind/Bindable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.boot.context.properties.bind.BindException.target:Lorg/springframework/boot/context/properties/bind/Bindable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/properties/bind/BindException;
Signature: ()Lorg/springframework/boot/context/properties/bind/Bindable<*>;
public org.springframework.boot.context.properties.source.ConfigurationProperty getProperty();
descriptor: ()Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.boot.context.properties.bind.BindException.property:Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/properties/bind/BindException;
public org.springframework.boot.origin.Origin getOrigin();
descriptor: ()Lorg/springframework/boot/origin/Origin;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.boot.context.properties.bind.BindException.name:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
invokestatic org.springframework.boot.origin.Origin.from:(Ljava/lang/Object;)Lorg/springframework/boot/origin/Origin;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/properties/bind/BindException;
private static java.lang.String buildMessage(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Bindable<?>);
descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;)Ljava/lang/String;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 2
start local 2 1: aload 2
ldc "Failed to bind properties"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
2: aload 2
aload 0
ifnull 3
new java.lang.StringBuilder
dup
ldc " under '"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc "'"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
goto 4
StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName org.springframework.boot.context.properties.bind.Bindable java.lang.StringBuilder
StackMap stack: java.lang.StringBuilder
3: ldc ""
StackMap locals: org.springframework.boot.context.properties.source.ConfigurationPropertyName org.springframework.boot.context.properties.bind.Bindable java.lang.StringBuilder
StackMap stack: java.lang.StringBuilder java.lang.String
4: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
5: aload 2
ldc " to "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 1
invokevirtual org.springframework.boot.context.properties.bind.Bindable.getType:()Lorg/springframework/core/ResolvableType;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
pop
6: aload 2
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 name Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
0 7 1 target Lorg/springframework/boot/context/properties/bind/Bindable<*>;
1 7 2 message Ljava/lang/StringBuilder;
Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable<*>;)Ljava/lang/String;
MethodParameters:
Name Flags
name
target
}
SourceFile: "BindException.java"