public interface android.preference.GenericInflater$Factory<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.preference.GenericInflater$Factory
  super_class: java.lang.Object
{
  public abstract T onCreateItem(java.lang.String, android.content.Context, android.util.AttributeSet);
    descriptor: (Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)TT;
    MethodParameters:
         Name  Flags
      name     
      context  
      attrs    
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "GenericInflater.java"
NestHost: android.preference.GenericInflater
InnerClasses:
  public abstract Factory = android.preference.GenericInflater$Factory of android.preference.GenericInflater