final class com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultImpl extends com.microsoft.azure.management.resources.fluentcore.model.implementation.WrapperImpl<com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner> implements com.microsoft.azure.management.resources.ResourceGroupExportResult
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.WrapperImpl
{
  private com.fasterxml.jackson.databind.ObjectMapper mapper;
    descriptor: Lcom/fasterxml/jackson/databind/ObjectMapper;
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner);
    descriptor: (Lcom/microsoft/azure/management/resources/implementation/ResourceGroupExportResultInner;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultImpl this
        start local 1 // com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner innerModel
         0: .line 27
            aload 0 /* this */
            aload 1 /* innerModel */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.WrapperImpl.<init>:(Ljava/lang/Object;)V
         1: .line 28
            aload 0 /* this */
            new com.fasterxml.jackson.databind.ObjectMapper
            dup
            invokespecial com.fasterxml.jackson.databind.ObjectMapper.<init>:()V
            putfield com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultImpl.mapper:Lcom/fasterxml/jackson/databind/ObjectMapper;
         2: .line 29
            return
        end local 1 // com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner innerModel
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupExportResultImpl;
            0    3     1  innerModel  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupExportResultInner;
    MethodParameters:
            Name  Flags
      innerModel  

  public java.lang.Object template();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultImpl this
         0: .line 33
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner.template:()Ljava/lang/Object;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupExportResultImpl;

  public java.lang.String templateJson();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultImpl this
         0: .line 39
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultImpl.mapper:Lcom/fasterxml/jackson/databind/ObjectMapper;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultImpl.template:()Ljava/lang/Object;
            invokevirtual com.fasterxml.jackson.databind.ObjectMapper.writeValueAsString:(Ljava/lang/Object;)Ljava/lang/String;
         1: areturn
         2: .line 40
      StackMap locals:
      StackMap stack: com.fasterxml.jackson.core.JsonProcessingException
            pop
         3: .line 41
            aconst_null
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupExportResultImpl;
      Exception table:
        from    to  target  type
           0     1       2  Class com.fasterxml.jackson.core.JsonProcessingException

  public com.microsoft.azure.management.resources.ErrorResponse error();
    descriptor: ()Lcom/microsoft/azure/management/resources/ErrorResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultImpl this
         0: .line 47
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner
            invokevirtual com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultInner.error:()Lcom/microsoft/azure/management/resources/ErrorResponse;
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.ResourceGroupExportResultImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/implementation/ResourceGroupExportResultImpl;
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/WrapperImpl<Lcom/microsoft/azure/management/resources/implementation/ResourceGroupExportResultInner;>;Lcom/microsoft/azure/management/resources/ResourceGroupExportResult;
SourceFile: "ResourceGroupExportResultImpl.java"