class com.netflix.hystrix.strategy.properties.HystrixProperty$Factory$4 implements com.netflix.hystrix.strategy.properties.HystrixProperty<java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.strategy.properties.HystrixProperty$Factory$4
  super_class: java.lang.Object
{
  private final com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedArchaiusProperty$DynamicStringProperty val$value;
    descriptor: Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedArchaiusProperty$DynamicStringProperty;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedArchaiusProperty$DynamicStringProperty);
    descriptor: (Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedArchaiusProperty$DynamicStringProperty;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.strategy.properties.HystrixProperty$Factory$4 this
         0: .line 81
            aload 0 /* this */
            aload 1
            putfield com.netflix.hystrix.strategy.properties.HystrixProperty$Factory$4.val$value:Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedArchaiusProperty$DynamicStringProperty;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.netflix.hystrix.strategy.properties.HystrixProperty$Factory$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/strategy/properties/HystrixProperty$Factory$4;
    MethodParameters:
           Name  Flags
      val$value  final

  public java.lang.String get();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.strategy.properties.HystrixProperty$Factory$4 this
         0: .line 85
            aload 0 /* this */
            getfield com.netflix.hystrix.strategy.properties.HystrixProperty$Factory$4.val$value:Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedArchaiusProperty$DynamicStringProperty;
            invokevirtual com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedArchaiusProperty$DynamicStringProperty.get:()Ljava/lang/String;
            areturn
        end local 0 // com.netflix.hystrix.strategy.properties.HystrixProperty$Factory$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/strategy/properties/HystrixProperty$Factory$4;

  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.strategy.properties.HystrixProperty$Factory$4.get:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/netflix/hystrix/strategy/properties/HystrixProperty<Ljava/lang/String;>;
SourceFile: "HystrixProperty.java"
EnclosingMethod: com.netflix.hystrix.strategy.properties.HystrixProperty$Factory.asProperty:(Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedArchaiusProperty$DynamicStringProperty;)Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
NestHost: com.netflix.hystrix.strategy.properties.HystrixProperty
InnerClasses:
  public DynamicStringProperty = com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedArchaiusProperty$DynamicStringProperty of com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedArchaiusProperty
  public Factory = com.netflix.hystrix.strategy.properties.HystrixProperty$Factory of com.netflix.hystrix.strategy.properties.HystrixProperty
  com.netflix.hystrix.strategy.properties.HystrixProperty$Factory$4