class com.netflix.hystrix.strategy.properties.HystrixDynamicPropertiesSystemProperties$2 implements com.netflix.hystrix.strategy.properties.HystrixDynamicProperty<java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.strategy.properties.HystrixDynamicPropertiesSystemProperties$2
  super_class: java.lang.Object
{
  final com.netflix.hystrix.strategy.properties.HystrixDynamicPropertiesSystemProperties this$0;
    descriptor: Lcom/netflix/hystrix/strategy/properties/HystrixDynamicPropertiesSystemProperties;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

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

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

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.strategy.properties.HystrixDynamicPropertiesSystemProperties$2 this
         0: .line 48
            aload 0 /* this */
            getfield com.netflix.hystrix.strategy.properties.HystrixDynamicPropertiesSystemProperties$2.val$name:Ljava/lang/String;
            areturn
        end local 0 // com.netflix.hystrix.strategy.properties.HystrixDynamicPropertiesSystemProperties$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/strategy/properties/HystrixDynamicPropertiesSystemProperties$2;

  public java.lang.String get();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.strategy.properties.HystrixDynamicPropertiesSystemProperties$2 this
         0: .line 53
            aload 0 /* this */
            getfield com.netflix.hystrix.strategy.properties.HystrixDynamicPropertiesSystemProperties$2.val$name:Ljava/lang/String;
            aload 0 /* this */
            getfield com.netflix.hystrix.strategy.properties.HystrixDynamicPropertiesSystemProperties$2.val$fallback:Ljava/lang/String;
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // com.netflix.hystrix.strategy.properties.HystrixDynamicPropertiesSystemProperties$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/strategy/properties/HystrixDynamicPropertiesSystemProperties$2;

  public void addCallback(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.strategy.properties.HystrixDynamicPropertiesSystemProperties$2 this
        start local 1 // java.lang.Runnable callback
         0: .line 58
            return
        end local 1 // java.lang.Runnable callback
        end local 0 // com.netflix.hystrix.strategy.properties.HystrixDynamicPropertiesSystemProperties$2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/netflix/hystrix/strategy/properties/HystrixDynamicPropertiesSystemProperties$2;
            0    1     1  callback  Ljava/lang/Runnable;
    MethodParameters:
          Name  Flags
      callback  

  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.HystrixDynamicPropertiesSystemProperties$2.get:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty<Ljava/lang/String;>;
SourceFile: "HystrixDynamicPropertiesSystemProperties.java"
EnclosingMethod: com.netflix.hystrix.strategy.properties.HystrixDynamicPropertiesSystemProperties.getString:(Ljava/lang/String;Ljava/lang/String;)Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty;
NestHost: com.netflix.hystrix.strategy.properties.HystrixDynamicPropertiesSystemProperties
InnerClasses:
  com.netflix.hystrix.strategy.properties.HystrixDynamicPropertiesSystemProperties$2