public interface org.springframework.boot.context.config.ConfigDataLocationResolverContext
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.boot.context.config.ConfigDataLocationResolverContext
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 org.springframework.boot.context.config.ConfigDataResource getParent();
descriptor: ()Lorg/springframework/boot/context/config/ConfigDataResource;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.springframework.boot.ConfigurableBootstrapContext getBootstrapContext();
descriptor: ()Lorg/springframework/boot/ConfigurableBootstrapContext;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ConfigDataLocationResolverContext.java"