public interface org.apache.tomcat.util.IntrospectionUtils$SecurePropertySource extends org.apache.tomcat.util.IntrospectionUtils$PropertySource
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.tomcat.util.IntrospectionUtils$SecurePropertySource
  super_class: java.lang.Object
{
  public abstract java.lang.String getProperty(java.lang.String, java.lang.ClassLoader);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      key          
      classLoader  
}
SourceFile: "IntrospectionUtils.java"
NestHost: org.apache.tomcat.util.IntrospectionUtils
InnerClasses:
  public abstract PropertySource = org.apache.tomcat.util.IntrospectionUtils$PropertySource of org.apache.tomcat.util.IntrospectionUtils
  public abstract SecurePropertySource = org.apache.tomcat.util.IntrospectionUtils$SecurePropertySource of org.apache.tomcat.util.IntrospectionUtils