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: .line 39
            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: .line 38
            putstatic org.springframework.boot.context.config.UseLegacyConfigProcessingException.PROPERTY_NAME:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
         2: .line 41
            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: .line 43
            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 // org.springframework.boot.context.config.UseLegacyConfigProcessingException this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationProperty configurationProperty
         0: .line 48
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Legacy processing requested from "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* configurationProperty */
            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: .line 49
            aload 0 /* this */
            aload 1 /* configurationProperty */
            putfield org.springframework.boot.context.config.UseLegacyConfigProcessingException.configurationProperty:Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
         2: .line 50
            return
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationProperty configurationProperty
        end local 0 // org.springframework.boot.context.config.UseLegacyConfigProcessingException this
      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 // org.springframework.boot.context.config.UseLegacyConfigProcessingException this
         0: .line 58
            aload 0 /* this */
            getfield org.springframework.boot.context.config.UseLegacyConfigProcessingException.configurationProperty:Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
            areturn
        end local 0 // org.springframework.boot.context.config.UseLegacyConfigProcessingException this
      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 // org.springframework.boot.context.properties.bind.Binder binder
         0: .line 68
            aload 0 /* binder */
            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: .line 69
            goto 6
         2: .line 70
      StackMap locals:
      StackMap stack: org.springframework.boot.context.properties.bind.BindException
            astore 1 /* ex */
        start local 1 // org.springframework.boot.context.properties.bind.BindException ex
         3: .line 71
            aload 1 /* ex */
            invokevirtual org.springframework.boot.context.properties.bind.BindException.getCause:()Ljava/lang/Throwable;
            instanceof org.springframework.boot.context.config.UseLegacyConfigProcessingException
            ifeq 5
         4: .line 72
            aload 1 /* ex */
            invokevirtual org.springframework.boot.context.properties.bind.BindException.getCause:()Ljava/lang/Throwable;
            checkcast org.springframework.boot.context.config.UseLegacyConfigProcessingException
            athrow
         5: .line 74
      StackMap locals: org.springframework.boot.context.properties.bind.BindException
      StackMap stack:
            aload 1 /* ex */
            athrow
        end local 1 // org.springframework.boot.context.properties.bind.BindException ex
         6: .line 76
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.springframework.boot.context.properties.bind.Binder binder
      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