final class com.google.protobuf.MapFieldSchemas
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.protobuf.MapFieldSchemas
  super_class: java.lang.Object
{
  private static final com.google.protobuf.MapFieldSchema FULL_SCHEMA;
    descriptor: Lcom/google/protobuf/MapFieldSchema;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final com.google.protobuf.MapFieldSchema LITE_SCHEMA;
    descriptor: Lcom/google/protobuf/MapFieldSchema;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 34
            invokestatic com.google.protobuf.MapFieldSchemas.loadSchemaForFullRuntime:()Lcom/google/protobuf/MapFieldSchema;
            putstatic com.google.protobuf.MapFieldSchemas.FULL_SCHEMA:Lcom/google/protobuf/MapFieldSchema;
         1: .line 35
            new com.google.protobuf.MapFieldSchemaLite
            dup
            invokespecial com.google.protobuf.MapFieldSchemaLite.<init>:()V
            putstatic com.google.protobuf.MapFieldSchemas.LITE_SCHEMA:Lcom/google/protobuf/MapFieldSchema;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  static com.google.protobuf.MapFieldSchema full();
    descriptor: ()Lcom/google/protobuf/MapFieldSchema;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 38
            getstatic com.google.protobuf.MapFieldSchemas.FULL_SCHEMA:Lcom/google/protobuf/MapFieldSchema;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.google.protobuf.MapFieldSchema lite();
    descriptor: ()Lcom/google/protobuf/MapFieldSchema;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 42
            getstatic com.google.protobuf.MapFieldSchemas.LITE_SCHEMA:Lcom/google/protobuf/MapFieldSchema;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static com.google.protobuf.MapFieldSchema loadSchemaForFullRuntime();
    descriptor: ()Lcom/google/protobuf/MapFieldSchema;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 47
            ldc "com.google.protobuf.MapFieldSchemaFull"
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
            astore 0 /* clazz */
        start local 0 // java.lang.Class clazz
         1: .line 48
            aload 0 /* clazz */
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getDeclaredConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.protobuf.MapFieldSchema
         2: areturn
        end local 0 // java.lang.Class clazz
         3: .line 49
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         4: .line 50
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            1    3     0  clazz  Ljava/lang/Class<*>;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.Exception
}
SourceFile: "MapFieldSchemas.java"