public interface org.springframework.boot.context.properties.bind.BindContext
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.boot.context.properties.bind.BindContext
super_class: java.lang.Object
{
public abstract org.springframework.boot.context.properties.bind.Binder getBinder();
descriptor: ()Lorg/springframework/boot/context/properties/bind/Binder;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract int getDepth();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.lang.Iterable<org.springframework.boot.context.properties.source.ConfigurationPropertySource> getSources();
descriptor: ()Ljava/lang/Iterable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/lang/Iterable<Lorg/springframework/boot/context/properties/source/ConfigurationPropertySource;>;
public abstract org.springframework.boot.context.properties.source.ConfigurationProperty getConfigurationProperty();
descriptor: ()Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "BindContext.java"