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.
|
Compound(List<? extends FieldAttributeAppender.Factory> factories)
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 to represent in the order of their application.public Compound(List<? extends FieldAttributeAppender.Factory> factories)
factories
- The factories to represent in the order of their application.public FieldAttributeAppender make(TypeDescription typeDescription)
FieldAttributeAppender.Factory
make
in interface FieldAttributeAppender.Factory
typeDescription
- The type for which a field attribute appender is to be applied for.Copyright © 2014–2017. All rights reserved.