final class com.android.statementservice.retriever.AssetMatcherFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.android.statementservice.retriever.AssetMatcherFactory
  super_class: java.lang.Object
{
  private static final java.lang.String FIELD_NOT_STRING_FORMAT_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "Expected %s to be string."

  private static final java.lang.String NAMESPACE_NOT_SUPPORTED_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "Namespace %s is not supported."

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.android.statementservice.retriever.AssetMatcherFactory this
         0: .line 25
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.android.statementservice.retriever.AssetMatcherFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/statementservice/retriever/AssetMatcherFactory;

  public static com.android.statementservice.retriever.AbstractAssetMatcher create(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/android/statementservice/retriever/AbstractAssetMatcher;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 31
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJSONException cannot be resolved to a type\n\tJSONObject cannot be resolved to a type\n\tJSONObject cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.android.statementservice.retriever.AssociationServiceException, JSONException
    MethodParameters:
       Name  Flags
      query  
}
SourceFile: "AssetMatcherFactory.java"