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

  private final com.microsoft.azure.management.appservice.implementation.ConnectionStringDictionaryInner val$connectionStringsInner;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/ConnectionStringDictionaryInner;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner val$slotConfigs;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public com.microsoft.azure.management.appservice.ConnectionString apply(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/ConnectionString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6$1 this
        start local 1 // java.lang.String input
         0: .line 712
            new com.microsoft.azure.management.appservice.implementation.ConnectionStringImpl
            dup
            aload 1 /* input */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6$1.val$connectionStringsInner:Lcom/microsoft/azure/management/appservice/implementation/ConnectionStringDictionaryInner;
            invokevirtual com.microsoft.azure.management.appservice.implementation.ConnectionStringDictionaryInner.properties:()Ljava/util/Map;
            aload 1 /* input */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.ConnStringValueTypePair
         1: .line 713
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6$1.val$slotConfigs:Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;
            ifnull 3
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6$1.val$slotConfigs:Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;
            invokevirtual com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner.connectionStringNames:()Ljava/util/List;
            ifnull 3
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6$1.val$slotConfigs:Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;
            invokevirtual com.microsoft.azure.management.appservice.implementation.SlotConfigNamesResourceInner.connectionStringNames:()Ljava/util/List;
            aload 1 /* input */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 712
            iconst_1
            goto 4
      StackMap locals: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6$1 java.lang.String
      StackMap stack: new 0 new 0 java.lang.String com.microsoft.azure.management.appservice.ConnStringValueTypePair
         3: iconst_0
      StackMap locals: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6$1 java.lang.String
      StackMap stack: new 0 new 0 java.lang.String com.microsoft.azure.management.appservice.ConnStringValueTypePair int
         4: invokespecial com.microsoft.azure.management.appservice.implementation.ConnectionStringImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/appservice/ConnStringValueTypePair;Z)V
            areturn
        end local 1 // java.lang.String input
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl$6$1;
            0    5     1  input  Ljava/lang/String;
    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 java.lang.String
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6$1.apply:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/ConnectionString;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/google/common/base/Function<Ljava/lang/String;Lcom/microsoft/azure/management/appservice/ConnectionString;>;
SourceFile: "WebAppBaseImpl.java"
EnclosingMethod: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6.call:(Lcom/microsoft/azure/management/appservice/implementation/ConnectionStringDictionaryInner;Lcom/microsoft/azure/management/appservice/implementation/SlotConfigNamesResourceInner;)Ljava/util/Map;
NestHost: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6
  com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$6$1