interface org.springframework.boot.context.properties.bind.DataObjectPropertyBinder
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.boot.context.properties.bind.DataObjectPropertyBinder
  super_class: java.lang.Object
{
  public abstract  bindProperty(java.lang.String, org.springframework.boot.context.properties.bind.Bindable<?>);
    descriptor: (Ljava/lang/String;Lorg/springframework/boot/context/properties/bind/Bindable;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lorg/springframework/boot/context/properties/bind/Bindable<*>;)Ljava/lang/Object;
    MethodParameters:
              Name  Flags
      propertyName  
      target        
}
SourceFile: "DataObjectPropertyBinder.java"