public final class okhttp3.MultipartBody$Part
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: okhttp3.MultipartBody$Part
  super_class: java.lang.Object
{
  final okhttp3.Headers headers;
    descriptor: Lokhttp3/Headers;
    flags: (0x0010) ACC_FINAL
    RuntimeInvisibleAnnotations: 
      Nullable()

  final okhttp3.RequestBody body;
    descriptor: Lokhttp3/RequestBody;
    flags: (0x0010) ACC_FINAL

  public static okhttp3.MultipartBody$Part create(okhttp3.RequestBody);
    descriptor: (Lokhttp3/RequestBody;)Lokhttp3/MultipartBody$Part;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 226
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      body  

  public static okhttp3.MultipartBody$Part create(okhttp3.Headers, okhttp3.RequestBody);
    descriptor: (Lokhttp3/Headers;Lokhttp3/RequestBody;)Lokhttp3/MultipartBody$Part;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 230
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNullable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Nullable()
    RuntimeInvisibleParameterAnnotations: 
      0:
        Nullable()
      1:
    MethodParameters:
         Name  Flags
      headers  
      body     

  public static okhttp3.MultipartBody$Part createFormData(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lokhttp3/MultipartBody$Part;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 243
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
       Name  Flags
      name   
      value  

  public static okhttp3.MultipartBody$Part createFormData(java.lang.String, java.lang.String, okhttp3.RequestBody);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lokhttp3/RequestBody;)Lokhttp3/MultipartBody$Part;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 247
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNullable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Nullable()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        Nullable()
      2:
    MethodParameters:
          Name  Flags
      name      
      filename  
      body      

  private void <init>(okhttp3.Headers, okhttp3.RequestBody);
    descriptor: (Lokhttp3/Headers;Lokhttp3/RequestBody;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // okhttp3.MultipartBody$Part this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.annotation.Nullable cannot be resolved\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.MultipartBody$Part this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/MultipartBody$Part;
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Nullable()
    RuntimeInvisibleParameterAnnotations: 
      0:
        Nullable()
      1:
    MethodParameters:
         Name  Flags
      headers  
      body     

  public okhttp3.Headers headers();
    descriptor: ()Lokhttp3/Headers;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.MultipartBody$Part this
         0: .line 270
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNullable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.MultipartBody$Part this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/MultipartBody$Part;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()

  public okhttp3.RequestBody body();
    descriptor: ()Lokhttp3/RequestBody;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.MultipartBody$Part this
         0: .line 274
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.MultipartBody$Part this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/MultipartBody$Part;
}
SourceFile: "MultipartBody.java"
NestHost: okhttp3.MultipartBody
InnerClasses:
  public final Part = okhttp3.MultipartBody$Part of okhttp3.MultipartBody