class com.google.protobuf.RpcUtil$1 implements com.google.protobuf.RpcCallback<com.google.protobuf.Message>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.protobuf.RpcUtil$1
  super_class: java.lang.Object
{
  private final java.lang.Class val$originalClass;
    descriptor: Ljava/lang/Class;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.google.protobuf.Message val$defaultInstance;
    descriptor: Lcom/google/protobuf/Message;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.google.protobuf.RpcCallback val$originalCallback;
    descriptor: Lcom/google/protobuf/RpcCallback;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.lang.Class, com.google.protobuf.Message, com.google.protobuf.RpcCallback);
    descriptor: (Ljava/lang/Class;Lcom/google/protobuf/Message;Lcom/google/protobuf/RpcCallback;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.google.protobuf.RpcUtil$1 this
         0: .line 70
            aload 0 /* this */
            aload 1
            putfield com.google.protobuf.RpcUtil$1.val$originalClass:Ljava/lang/Class;
            aload 0 /* this */
            aload 2
            putfield com.google.protobuf.RpcUtil$1.val$defaultInstance:Lcom/google/protobuf/Message;
            aload 0 /* this */
            aload 3
            putfield com.google.protobuf.RpcUtil$1.val$originalCallback:Lcom/google/protobuf/RpcCallback;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.protobuf.RpcUtil$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/RpcUtil$1;
    MethodParameters:
                      Name  Flags
      val$originalClass     final
      val$defaultInstance   final
      val$originalCallback  final

  public void run(com.google.protobuf.Message);
    descriptor: (Lcom/google/protobuf/Message;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.protobuf.RpcUtil$1 this
        start local 1 // com.google.protobuf.Message parameter
         0: .line 75
            aload 0 /* this */
            getfield com.google.protobuf.RpcUtil$1.val$originalClass:Ljava/lang/Class;
            aload 1 /* parameter */
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.protobuf.Message
            astore 2 /* typedParameter */
        start local 2 // com.google.protobuf.Message typedParameter
         1: .line 76
            goto 4
        end local 2 // com.google.protobuf.Message typedParameter
      StackMap locals:
      StackMap stack: java.lang.ClassCastException
         2: pop
         3: .line 77
            aload 0 /* this */
            getfield com.google.protobuf.RpcUtil$1.val$defaultInstance:Lcom/google/protobuf/Message;
            aload 1 /* parameter */
            invokestatic com.google.protobuf.RpcUtil.copyAsType:(Lcom/google/protobuf/Message;Lcom/google/protobuf/Message;)Lcom/google/protobuf/Message;
            astore 2 /* typedParameter */
        start local 2 // com.google.protobuf.Message typedParameter
         4: .line 79
      StackMap locals: com.google.protobuf.Message
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.RpcUtil$1.val$originalCallback:Lcom/google/protobuf/RpcCallback;
            aload 2 /* typedParameter */
            invokeinterface com.google.protobuf.RpcCallback.run:(Ljava/lang/Object;)V
         5: .line 80
            return
        end local 2 // com.google.protobuf.Message typedParameter
        end local 1 // com.google.protobuf.Message parameter
        end local 0 // com.google.protobuf.RpcUtil$1 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lcom/google/protobuf/RpcUtil$1;
            0    6     1       parameter  Lcom/google/protobuf/Message;
            1    2     2  typedParameter  TType;
            4    6     2  typedParameter  TType;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.ClassCastException
    MethodParameters:
           Name  Flags
      parameter  final

  public void run(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.google.protobuf.Message
            invokevirtual com.google.protobuf.RpcUtil$1.run:(Lcom/google/protobuf/Message;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/google/protobuf/RpcCallback<Lcom/google/protobuf/Message;>;
SourceFile: "RpcUtil.java"
EnclosingMethod: com.google.protobuf.RpcUtil.generalizeCallback:(Lcom/google/protobuf/RpcCallback;Ljava/lang/Class;Lcom/google/protobuf/Message;)Lcom/google/protobuf/RpcCallback;
NestHost: com.google.protobuf.RpcUtil
InnerClasses:
  com.google.protobuf.RpcUtil$1