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

  private final java.lang.Object val$defaultValue;
    descriptor: Ljava/lang/Object;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public T get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.netflix.hystrix.strategy.properties.HystrixProperty$Factory$6 this
         0: .line 119
            aload 0 /* this */
            getfield com.netflix.hystrix.strategy.properties.HystrixProperty$Factory$6.val$value:Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
            invokeinterface com.netflix.hystrix.strategy.properties.HystrixProperty.get:()Ljava/lang/Object;
            astore 1 /* v */
        start local 1 // java.lang.Object v
         1: .line 120
            aload 1 /* v */
            ifnonnull 3
         2: .line 121
            aload 0 /* this */
            getfield com.netflix.hystrix.strategy.properties.HystrixProperty$Factory$6.val$defaultValue:Ljava/lang/Object;
            areturn
         3: .line 123
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* v */
            areturn
        end local 1 // java.lang.Object v
        end local 0 // com.netflix.hystrix.strategy.properties.HystrixProperty$Factory$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/netflix/hystrix/strategy/properties/HystrixProperty$Factory$6;
            1    4     1     v  TT;
    Signature: ()TT;
}
Signature: Ljava/lang/Object;Lcom/netflix/hystrix/strategy/properties/HystrixProperty<TT;>;
SourceFile: "HystrixProperty.java"
EnclosingMethod: com.netflix.hystrix.strategy.properties.HystrixProperty$Factory.asProperty:(Lcom/netflix/hystrix/strategy/properties/HystrixProperty;Ljava/lang/Object;)Lcom/netflix/hystrix/strategy/properties/HystrixProperty;
NestHost: com.netflix.hystrix.strategy.properties.HystrixProperty
InnerClasses:
  public Factory = com.netflix.hystrix.strategy.properties.HystrixProperty$Factory of com.netflix.hystrix.strategy.properties.HystrixProperty
  com.netflix.hystrix.strategy.properties.HystrixProperty$Factory$6