final class org.springframework.boot.context.config.UseLegacyConfigProcessingException extends org.springframework.boot.context.config.ConfigDataException
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.springframework.boot.context.config.UseLegacyConfigProcessingException
super_class: org.springframework.boot.context.config.ConfigDataException
{
static final org.springframework.boot.context.properties.source.ConfigurationPropertyName PROPERTY_NAME;
descriptor: Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
flags: (0x0018) ACC_STATIC, ACC_FINAL
private static final org.springframework.boot.context.properties.bind.Bindable<java.lang.Boolean> BOOLEAN;
descriptor: Lorg/springframework/boot/context/properties/bind/Bindable;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Lorg/springframework/boot/context/properties/bind/Bindable<Ljava/lang/Boolean;>;
private static final org.springframework.boot.context.config.UseLegacyConfigProcessingException$UseLegacyProcessingBindHandler BIND_HANDLER;
descriptor: Lorg/springframework/boot/context/config/UseLegacyConfigProcessingException$UseLegacyProcessingBindHandler;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private final org.springframework.boot.context.properties.source.ConfigurationProperty configurationProperty;
descriptor: Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: ldc "spring.config.use-legacy-processing"
invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertyName.of:(Ljava/lang/CharSequence;)Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
1: putstatic org.springframework.boot.context.config.UseLegacyConfigProcessingException.PROPERTY_NAME:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
2: ldc Ljava/lang/Boolean;
invokestatic org.springframework.boot.context.properties.bind.Bindable.of:(Ljava/lang/Class;)Lorg/springframework/boot/context/properties/bind/Bindable;
putstatic org.springframework.boot.context.config.UseLegacyConfigProcessingException.BOOLEAN:Lorg/springframework/boot/context/properties/bind/Bindable;
3: new org.springframework.boot.context.config.UseLegacyConfigProcessingException$UseLegacyProcessingBindHandler
dup
invokespecial org.springframework.boot.context.config.UseLegacyConfigProcessingException$UseLegacyProcessingBindHandler.<init>:()V
putstatic org.springframework.boot.context.config.UseLegacyConfigProcessingException.BIND_HANDLER:Lorg/springframework/boot/context/config/UseLegacyConfigProcessingException$UseLegacyProcessingBindHandler;
return
LocalVariableTable:
Start End Slot Name Signature
void <init>(org.springframework.boot.context.properties.source.ConfigurationProperty);
descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationProperty;)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
new java.lang.StringBuilder
dup
ldc "Legacy processing requested from "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
aconst_null
invokespecial org.springframework.boot.context.config.ConfigDataException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
1: aload 0
aload 1
putfield org.springframework.boot.context.config.UseLegacyConfigProcessingException.configurationProperty:Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/springframework/boot/context/config/UseLegacyConfigProcessingException;
0 3 1 configurationProperty Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
MethodParameters:
Name Flags
configurationProperty
org.springframework.boot.context.properties.source.ConfigurationProperty getConfigurationProperty();
descriptor: ()Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.boot.context.config.UseLegacyConfigProcessingException.configurationProperty: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/config/UseLegacyConfigProcessingException;
static void throwIfRequested(org.springframework.boot.context.properties.bind.Binder);
descriptor: (Lorg/springframework/boot/context/properties/bind/Binder;)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
getstatic org.springframework.boot.context.config.UseLegacyConfigProcessingException.PROPERTY_NAME:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
getstatic org.springframework.boot.context.config.UseLegacyConfigProcessingException.BOOLEAN:Lorg/springframework/boot/context/properties/bind/Bindable;
getstatic org.springframework.boot.context.config.UseLegacyConfigProcessingException.BIND_HANDLER:Lorg/springframework/boot/context/config/UseLegacyConfigProcessingException$UseLegacyProcessingBindHandler;
invokevirtual org.springframework.boot.context.properties.bind.Binder.bind:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/BindHandler;)Lorg/springframework/boot/context/properties/bind/BindResult;
pop
1: goto 6
2: StackMap locals:
StackMap stack: org.springframework.boot.context.properties.bind.BindException
astore 1
start local 1 3: aload 1
invokevirtual org.springframework.boot.context.properties.bind.BindException.getCause:()Ljava/lang/Throwable;
instanceof org.springframework.boot.context.config.UseLegacyConfigProcessingException
ifeq 5
4: aload 1
invokevirtual org.springframework.boot.context.properties.bind.BindException.getCause:()Ljava/lang/Throwable;
checkcast org.springframework.boot.context.config.UseLegacyConfigProcessingException
athrow
5: StackMap locals: org.springframework.boot.context.properties.bind.BindException
StackMap stack:
aload 1
athrow
end local 1 6: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 binder Lorg/springframework/boot/context/properties/bind/Binder;
3 6 1 ex Lorg/springframework/boot/context/properties/bind/BindException;
Exception table:
from to target type
0 1 2 Class org.springframework.boot.context.properties.bind.BindException
MethodParameters:
Name Flags
binder
}
SourceFile: "UseLegacyConfigProcessingException.java"
NestMembers:
org.springframework.boot.context.config.UseLegacyConfigProcessingException$UseLegacyProcessingBindHandler
InnerClasses:
private UseLegacyProcessingBindHandler = org.springframework.boot.context.config.UseLegacyConfigProcessingException$UseLegacyProcessingBindHandler of org.springframework.boot.context.config.UseLegacyConfigProcessingException