public abstract class com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder
  super_class: java.lang.Object
{
  private java.util.List<com.netflix.hystrix.strategy.properties.HystrixDynamicProperty<T>> properties;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty<TT;>;>;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder this
         0: .line 131
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 134
            aload 0 /* this */
         2: .line 135
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder.properties:Ljava/util/List;
         3: .line 132
            return
        end local 0 // com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainBuilder<TT;>;

  public com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder<T> add(com.netflix.hystrix.strategy.properties.HystrixDynamicProperty<T>);
    descriptor: (Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty;)Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder this
        start local 1 // com.netflix.hystrix.strategy.properties.HystrixDynamicProperty property
         0: .line 139
            aload 0 /* this */
            getfield com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder.properties:Ljava/util/List;
            aload 1 /* property */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 140
            aload 0 /* this */
            areturn
        end local 1 // com.netflix.hystrix.strategy.properties.HystrixDynamicProperty property
        end local 0 // com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainBuilder<TT;>;
            0    2     1  property  Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty<TT;>;
    Signature: (Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty<TT;>;)Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainBuilder<TT;>;
    MethodParameters:
          Name  Flags
      property  

  public com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder<T> add(java.lang.String, T);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object defaultValue
         0: .line 144
            aload 0 /* this */
            getfield com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder.properties:Ljava/util/List;
            aload 1 /* name */
            aload 2 /* defaultValue */
            aload 0 /* this */
            invokevirtual com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder.getType:()Ljava/lang/Class;
            invokestatic com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty.getDynamicProperty:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Class;)Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 145
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Object defaultValue
        end local 1 // java.lang.String name
        end local 0 // com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainBuilder<TT;>;
            0    2     1          name  Ljava/lang/String;
            0    2     2  defaultValue  TT;
    Signature: (Ljava/lang/String;TT;)Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainBuilder<TT;>;
    MethodParameters:
              Name  Flags
      name          
      defaultValue  

  public com.netflix.hystrix.strategy.properties.HystrixDynamicProperty<T> build();
    descriptor: ()Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder this
         0: .line 149
            aload 0 /* this */
            getfield com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder.properties:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpge 1
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         1: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder.properties:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpne 2
            aload 0 /* this */
            getfield com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder.properties:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.netflix.hystrix.strategy.properties.HystrixDynamicProperty
            areturn
         2: .line 152
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder.properties:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
         3: .line 151
            astore 1 /* reversed */
        start local 1 // java.util.List reversed
         4: .line 153
            aload 1 /* reversed */
            invokestatic java.util.Collections.reverse:(Ljava/util/List;)V
         5: .line 154
            aconst_null
            astore 2 /* current */
        start local 2 // com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty current
         6: .line 155
            aload 1 /* reversed */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 12
      StackMap locals: com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder java.util.List com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty top java.util.Iterator
      StackMap stack:
         7: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.netflix.hystrix.strategy.properties.HystrixDynamicProperty
            astore 3 /* p */
        start local 3 // com.netflix.hystrix.strategy.properties.HystrixDynamicProperty p
         8: .line 156
            aload 2 /* current */
            ifnonnull 11
         9: .line 157
            new com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty
            dup
            aload 3 /* p */
            invokespecial com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty.<init>:(Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty;)V
            astore 2 /* current */
        10: .line 158
            goto 12
        11: .line 160
      StackMap locals: com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder java.util.List com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty com.netflix.hystrix.strategy.properties.HystrixDynamicProperty java.util.Iterator
      StackMap stack:
            new com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty
            dup
            aload 3 /* p */
            aload 2 /* current */
            invokespecial com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty.<init>:(Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty;Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainProperty;)V
            astore 2 /* current */
        end local 3 // com.netflix.hystrix.strategy.properties.HystrixDynamicProperty p
        12: .line 155
      StackMap locals: com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder java.util.List com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        13: .line 164
            new com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainHystrixProperty
            dup
            aload 2 /* current */
            invokespecial com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainHystrixProperty.<init>:(Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainProperty;)V
            areturn
        end local 2 // com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty current
        end local 1 // java.util.List reversed
        end local 0 // com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainBuilder<TT;>;
            4   14     1  reversed  Ljava/util/List<Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty<TT;>;>;
            6   14     2   current  Lcom/netflix/hystrix/strategy/properties/HystrixPropertiesChainedProperty$ChainProperty<TT;>;
            8   12     3         p  Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty<TT;>;
    Signature: ()Lcom/netflix/hystrix/strategy/properties/HystrixDynamicProperty<TT;>;

  protected abstract java.lang.Class<T> getType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: ()Ljava/lang/Class<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "HystrixPropertiesChainedProperty.java"
NestHost: com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty
InnerClasses:
  public abstract ChainBuilder = com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainBuilder of com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty
  private ChainHystrixProperty = com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainHystrixProperty of com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty
  private ChainProperty = com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty$ChainProperty of com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedProperty