public final class com.microsoft.azure.AzureResponseBuilder$Factory implements com.microsoft.rest.protocol.ResponseBuilder$Factory
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.AzureResponseBuilder$Factory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureResponseBuilder$Factory this
         0: .line 107
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.AzureResponseBuilder$Factory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureResponseBuilder$Factory;

  public <T, E extends com.microsoft.rest.RestException> com.microsoft.azure.AzureResponseBuilder<T, E> newInstance(com.microsoft.rest.protocol.SerializerAdapter<?>);
    descriptor: (Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/azure/AzureResponseBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.AzureResponseBuilder$Factory this
        start local 1 // com.microsoft.rest.protocol.SerializerAdapter serializerAdapter
         0: .line 110
            new com.microsoft.azure.AzureResponseBuilder
            dup
            aload 1 /* serializerAdapter */
            invokespecial com.microsoft.azure.AzureResponseBuilder.<init>:(Lcom/microsoft/rest/protocol/SerializerAdapter;)V
            areturn
        end local 1 // com.microsoft.rest.protocol.SerializerAdapter serializerAdapter
        end local 0 // com.microsoft.azure.AzureResponseBuilder$Factory this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/AzureResponseBuilder$Factory;
            0    1     1  serializerAdapter  Lcom/microsoft/rest/protocol/SerializerAdapter<*>;
    Signature: <T:Ljava/lang/Object;E:Lcom/microsoft/rest/RestException;>(Lcom/microsoft/rest/protocol/SerializerAdapter<*>;)Lcom/microsoft/azure/AzureResponseBuilder<TT;TE;>;
    MethodParameters:
                   Name  Flags
      serializerAdapter  final

  public com.microsoft.rest.protocol.ResponseBuilder newInstance(com.microsoft.rest.protocol.SerializerAdapter);
    descriptor: (Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.AzureResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/azure/AzureResponseBuilder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AzureResponseBuilder.java"
NestHost: com.microsoft.azure.AzureResponseBuilder
InnerClasses:
  public final Factory = com.microsoft.azure.AzureResponseBuilder$Factory of com.microsoft.azure.AzureResponseBuilder
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder