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: .line 34
            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: .line 36
            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 // org.springframework.boot.context.properties.bind.BindHandler 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
         0: .line 47
            aload 2 /* target */
            areturn
        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.properties.bind.BindHandler this
      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 // org.springframework.boot.context.properties.bind.BindHandler 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 60
            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.properties.bind.BindHandler this
      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 // org.springframework.boot.context.properties.bind.BindHandler 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 75
            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.properties.bind.BindHandler this
      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 // org.springframework.boot.context.properties.bind.BindHandler 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.Exception error
         0: .line 91
            aload 4 /* error */
            athrow
        end local 4 // java.lang.Exception error
        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.properties.bind.BindHandler this
      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 // org.springframework.boot.context.properties.bind.BindHandler 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 106
            return
        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.properties.bind.BindHandler this
      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