public static class FieldAttributeAppender.Factory.Compound extends Object implements FieldAttributeAppender.Factory
FieldAttributeAppender.Factory.Compound| Constructor and Description | 
|---|
| Compound(FieldAttributeAppender.Factory... factory)Creates a new compound field attribute appender factory. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| int | hashCode() | 
| FieldAttributeAppender | make(TypeDescription typeDescription)Returns a field attribute appender that is applicable for a given type description. | 
| String | toString() | 
public Compound(FieldAttributeAppender.Factory... factory)
factory - The factories that are to be combined by this compound factory in the order of their
                application.public FieldAttributeAppender make(TypeDescription typeDescription)
FieldAttributeAppender.Factorymake in interface FieldAttributeAppender.FactorytypeDescription - The type for which a field attribute appender is to be applied for.Copyright © 2014–2015. All rights reserved.