final class com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty implements com.netflix.hystrix.strategy.properties.HystrixProperty<com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty
  super_class: java.lang.Object
{
  private final com.netflix.hystrix.strategy.properties.HystrixDynamicProperty<java.lang.String> property;
    descriptor: Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty<Ljava/lang/String;>;

  private volatile com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy value;
    descriptor: Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private final com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy defaultValue;
    descriptor: Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy, com.netflix.hystrix.HystrixCommandKey, java.lang.String, com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy, java.lang.String);
    descriptor: (Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;Lcom/netflix/hystrix/HystrixCommandKey;Ljava/lang/String;Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty this
        start local 1 // com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy builderOverrideValue
        start local 2 // com.netflix.hystrix.HystrixCommandKey key
        start local 3 // java.lang.String propertyPrefix
        start local 4 // com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy defaultValue
        start local 5 // java.lang.String instanceProperty
         0: .line 464
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 465
            aload 0 /* this */
            aload 4 /* defaultValue */
            putfield com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty.defaultValue:Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
         2: .line 466
            aconst_null
            astore 6 /* overrideValue */
        start local 6 // java.lang.String overrideValue
         3: .line 467
            aload 1 /* builderOverrideValue */
            ifnull 5
         4: .line 468
            aload 1 /* builderOverrideValue */
            invokevirtual com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy.name:()Ljava/lang/String;
            astore 6 /* overrideValue */
         5: .line 470
      StackMap locals: com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy com.netflix.hystrix.HystrixCommandKey java.lang.String com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy java.lang.String java.lang.String
      StackMap stack:
            aload 0 /* this */
            invokestatic com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty.forString:()Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainBuilder;
         6: .line 471
            new java.lang.StringBuilder
            dup
            aload 3 /* propertyPrefix */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".command."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* key */
            invokeinterface com.netflix.hystrix.HystrixCommandKey.name:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 5 /* instanceProperty */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 6 /* overrideValue */
            invokevirtual com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder.add:(Ljava/lang/String;Ljava/lang/Object;)Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainBuilder;
         7: .line 472
            new java.lang.StringBuilder
            dup
            aload 3 /* propertyPrefix */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".command.default."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 5 /* instanceProperty */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 4 /* defaultValue */
            invokevirtual com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy.name:()Ljava/lang/String;
            invokevirtual com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder.add:(Ljava/lang/String;Ljava/lang/Object;)Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainBuilder;
         8: .line 473
            invokevirtual com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder.build:()Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty;
         9: .line 470
            putfield com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty.property:Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty;
        10: .line 476
            aload 0 /* this */
            invokevirtual com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty.parseProperty:()V
        11: .line 479
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty.property:Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty;
            new com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty$1
            dup
            aload 0 /* this */
            invokespecial com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty$1.<init>:(Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty;)V
            invokeinterface com.netflix.hystrix.strategy.properties.HystrixDynamicProperty.addCallback:(Ljava/lang/Runnable;)V
        12: .line 488
            return
        end local 6 // java.lang.String overrideValue
        end local 5 // java.lang.String instanceProperty
        end local 4 // com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy defaultValue
        end local 3 // java.lang.String propertyPrefix
        end local 2 // com.netflix.hystrix.HystrixCommandKey key
        end local 1 // com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy builderOverrideValue
        end local 0 // com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   13     0                  this  Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty;
            0   13     1  builderOverrideValue  Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
            0   13     2                   key  Lcom/netflix/hystrix/HystrixCommandKey;
            0   13     3        propertyPrefix  Ljava/lang/String;
            0   13     4          defaultValue  Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
            0   13     5      instanceProperty  Ljava/lang/String;
            3   13     6         overrideValue  Ljava/lang/String;
    MethodParameters:
                      Name  Flags
      builderOverrideValue  
      key                   
      propertyPrefix        
      defaultValue          
      instanceProperty      

  public com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy get();
    descriptor: ()Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty this
         0: .line 492
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty.value:Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
            areturn
        end local 0 // com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty;

  private void parseProperty();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty this
         0: .line 497
            aload 0 /* this */
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty.property:Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty;
            invokeinterface com.netflix.hystrix.strategy.properties.HystrixDynamicProperty.get:()Ljava/lang/Object;
            checkcast java.lang.String
            invokestatic com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy.valueOf:(Ljava/lang/String;)Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
            putfield com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty.value:Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
         1: .line 498
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Exception
         2: astore 1 /* e */
        start local 1 // java.lang.Exception e
         3: .line 499
            getstatic com.netflix.hystrix.HystrixCommandProperties.logger:Lorg/slf4j/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Unable to derive ExecutionIsolationStrategy from property value: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty.property:Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty;
            invokeinterface com.netflix.hystrix.strategy.properties.HystrixDynamicProperty.get:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1 /* e */
            invokeinterface org.slf4j.Logger.error:(Ljava/lang/String;Ljava/lang/Throwable;)V
         4: .line 501
            aload 0 /* this */
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty.defaultValue:Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
            putfield com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty.value:Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
        end local 1 // java.lang.Exception e
         5: .line 503
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty;
            3    5     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception

  public java.lang.Object get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty.get:()Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/netflix/hystrix/strategy/properties/HystrixProperty<Lcom/netflix/hystrix/HystrixCommandProperties$ExecutionIsolationStrategy;>;
SourceFile: "HystrixCommandProperties.java"
NestHost: com.netflix.hystrix.HystrixCommandProperties
InnerClasses:
  public final ExecutionIsolationStrategy = com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategy of com.netflix.hystrix.HystrixCommandProperties
  private final ExecutionIsolationStrategyHystrixProperty = com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty of com.netflix.hystrix.HystrixCommandProperties
  com.netflix.hystrix.HystrixCommandProperties$ExecutionIsolationStrategyHystrixProperty$1
  public abstract ChainBuilder = com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder of com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty