class com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3$1 implements com.google.common.base.Function<com.microsoft.azure.management.appservice.HostNameBinding, java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3$1
  super_class: java.lang.Object
{
  final com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3 this$1;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$3;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$3;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3$1 this
         0: .line 99
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3$1.this$1:Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$3;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$3$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.String apply(com.microsoft.azure.management.appservice.HostNameBinding);
    descriptor: (Lcom/microsoft/azure/management/appservice/HostNameBinding;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3$1 this
        start local 1 // com.microsoft.azure.management.appservice.HostNameBinding input
         0: .line 102
            aload 1 /* input */
            invokeinterface com.microsoft.azure.management.appservice.HostNameBinding.name:()Ljava/lang/String;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3$1.this$1:Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$3;
            invokestatic com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3.access$1:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$3;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl.name:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "/"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            ldc ""
            invokevirtual java.lang.String.replace:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;
            areturn
        end local 1 // com.microsoft.azure.management.appservice.HostNameBinding input
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotBaseImpl$3$1;
            0    1     1  input  Lcom/microsoft/azure/management/appservice/HostNameBinding;
    MethodParameters:
       Name  Flags
      input  

  public java.lang.Object apply(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    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.microsoft.azure.management.appservice.HostNameBinding
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3$1.apply:(Lcom/microsoft/azure/management/appservice/HostNameBinding;)Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/google/common/base/Function<Lcom/microsoft/azure/management/appservice/HostNameBinding;Ljava/lang/String;>;
SourceFile: "DeploymentSlotBaseImpl.java"
EnclosingMethod: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3.call:(Ljava/util/List;)Ljava/util/Map;
NestHost: com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotBaseImpl$3$1