class org.springframework.boot.context.config.UseLegacyConfigProcessingException$UseLegacyProcessingBindHandler implements org.springframework.boot.context.properties.bind.BindHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.context.config.UseLegacyConfigProcessingException$UseLegacyProcessingBindHandler
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.config.UseLegacyConfigProcessingException$UseLegacyProcessingBindHandler this
         0: .line 81
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.boot.context.config.UseLegacyConfigProcessingException$UseLegacyProcessingBindHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/config/UseLegacyConfigProcessingException$UseLegacyProcessingBindHandler;

  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=3, locals=5, args_size=5
        start local 0 // org.springframework.boot.context.config.UseLegacyConfigProcessingException$UseLegacyProcessingBindHandler this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        start local 2 // org.springframework.boot.context.properties.bind.Bindable target
        start local 3 // org.springframework.boot.context.properties.bind.BindContext context
        start local 4 // java.lang.Object result
         0: .line 86
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            aload 4 /* result */
            invokevirtual java.lang.Boolean.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 87
            new org.springframework.boot.context.config.UseLegacyConfigProcessingException
            dup
            aload 3 /* context */
            invokeinterface org.springframework.boot.context.properties.bind.BindContext.getConfigurationProperty:()Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
            invokespecial org.springframework.boot.context.config.UseLegacyConfigProcessingException.<init>:(Lorg/springframework/boot/context/properties/source/ConfigurationProperty;)V
            athrow
         2: .line 89
      StackMap locals:
      StackMap stack:
            aload 4 /* result */
            areturn
        end local 4 // java.lang.Object result
        end local 3 // org.springframework.boot.context.properties.bind.BindContext context
        end local 2 // org.springframework.boot.context.properties.bind.Bindable target
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.config.UseLegacyConfigProcessingException$UseLegacyProcessingBindHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/springframework/boot/context/config/UseLegacyConfigProcessingException$UseLegacyProcessingBindHandler;
            0    3     1     name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    3     2   target  Lorg/springframework/boot/context/properties/bind/Bindable<*>;
            0    3     3  context  Lorg/springframework/boot/context/properties/bind/BindContext;
            0    3     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   
}
SourceFile: "UseLegacyConfigProcessingException.java"
NestHost: org.springframework.boot.context.config.UseLegacyConfigProcessingException
InnerClasses:
  private UseLegacyProcessingBindHandler = org.springframework.boot.context.config.UseLegacyConfigProcessingException$UseLegacyProcessingBindHandler of org.springframework.boot.context.config.UseLegacyConfigProcessingException