public interface org.springframework.boot.context.properties.ConfigurationPropertiesBindHandlerAdvisor
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.boot.context.properties.ConfigurationPropertiesBindHandlerAdvisor
super_class: java.lang.Object
{
public abstract org.springframework.boot.context.properties.bind.BindHandler apply(org.springframework.boot.context.properties.bind.BindHandler);
descriptor: (Lorg/springframework/boot/context/properties/bind/BindHandler;)Lorg/springframework/boot/context/properties/bind/BindHandler;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
bindHandler
}
SourceFile: "ConfigurationPropertiesBindHandlerAdvisor.java"
RuntimeVisibleAnnotations:
java.lang.FunctionalInterface()