class com.netflix.hystrix.HystrixCommandKey$Factory$1 implements com.netflix.hystrix.util.InternMap$ValueConstructor<java.lang.String, com.netflix.hystrix.HystrixCommandKey$Factory$HystrixCommandKeyDefault>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.HystrixCommandKey$Factory$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixCommandKey$Factory$1 this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.netflix.hystrix.HystrixCommandKey$Factory$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixCommandKey$Factory$1;

  public com.netflix.hystrix.HystrixCommandKey$Factory$HystrixCommandKeyDefault create(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/netflix/hystrix/HystrixCommandKey$Factory$HystrixCommandKeyDefault;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixCommandKey$Factory$1 this
        start local 1 // java.lang.String key
         0: .line 36
            new com.netflix.hystrix.HystrixCommandKey$Factory$HystrixCommandKeyDefault
            dup
            aload 1 /* key */
            invokespecial com.netflix.hystrix.HystrixCommandKey$Factory$HystrixCommandKeyDefault.<init>:(Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String key
        end local 0 // com.netflix.hystrix.HystrixCommandKey$Factory$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixCommandKey$Factory$1;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public java.lang.Object create(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.netflix.hystrix.HystrixCommandKey$Factory$1.create:(Ljava/lang/String;)Lcom/netflix/hystrix/HystrixCommandKey$Factory$HystrixCommandKeyDefault;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/netflix/hystrix/util/InternMap$ValueConstructor<Ljava/lang/String;Lcom/netflix/hystrix/HystrixCommandKey$Factory$HystrixCommandKeyDefault;>;
SourceFile: "HystrixCommandKey.java"
EnclosingMethod: com.netflix.hystrix.HystrixCommandKey$Factory
NestHost: com.netflix.hystrix.HystrixCommandKey
InnerClasses:
  public Factory = com.netflix.hystrix.HystrixCommandKey$Factory of com.netflix.hystrix.HystrixCommandKey
  com.netflix.hystrix.HystrixCommandKey$Factory$1
  private HystrixCommandKeyDefault = com.netflix.hystrix.HystrixCommandKey$Factory$HystrixCommandKeyDefault of com.netflix.hystrix.HystrixCommandKey$Factory
  public abstract ValueConstructor = com.netflix.hystrix.util.InternMap$ValueConstructor of com.netflix.hystrix.util.InternMap