public interface org.springframework.util.PropertyPlaceholderHelper$PlaceholderResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.util.PropertyPlaceholderHelper$PlaceholderResolver
  super_class: java.lang.Object
{
  public abstract java.lang.String resolvePlaceholder(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
                 Name  Flags
      placeholderName  
}
SourceFile: "PropertyPlaceholderHelper.java"
NestHost: org.springframework.util.PropertyPlaceholderHelper
InnerClasses:
  public abstract PlaceholderResolver = org.springframework.util.PropertyPlaceholderHelper$PlaceholderResolver of org.springframework.util.PropertyPlaceholderHelper
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()