class com.netflix.hystrix.HystrixThreadPoolKey$Factory$HystrixThreadPoolKeyDefault extends com.netflix.hystrix.HystrixKey$HystrixKeyDefault implements com.netflix.hystrix.HystrixThreadPoolKey
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.HystrixThreadPoolKey$Factory$HystrixThreadPoolKeyDefault
  super_class: com.netflix.hystrix.HystrixKey$HystrixKeyDefault
{
  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.HystrixThreadPoolKey$Factory$HystrixThreadPoolKeyDefault this
        start local 1 // java.lang.String name
         0: .line 52
            aload 0 /* this */
            aload 1 /* name */
            invokespecial com.netflix.hystrix.HystrixKey$HystrixKeyDefault.<init>:(Ljava/lang/String;)V
         1: .line 53
            return
        end local 1 // java.lang.String name
        end local 0 // com.netflix.hystrix.HystrixThreadPoolKey$Factory$HystrixThreadPoolKeyDefault this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/netflix/hystrix/HystrixThreadPoolKey$Factory$HystrixThreadPoolKeyDefault;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "HystrixThreadPoolKey.java"
NestHost: com.netflix.hystrix.HystrixThreadPoolKey
InnerClasses:
  public abstract HystrixKeyDefault = com.netflix.hystrix.HystrixKey$HystrixKeyDefault of com.netflix.hystrix.HystrixKey
  public Factory = com.netflix.hystrix.HystrixThreadPoolKey$Factory of com.netflix.hystrix.HystrixThreadPoolKey
  private HystrixThreadPoolKeyDefault = com.netflix.hystrix.HystrixThreadPoolKey$Factory$HystrixThreadPoolKeyDefault of com.netflix.hystrix.HystrixThreadPoolKey$Factory