@HashCodeAndEqualsPlugin.Enhance 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 | 
|---|---|
FieldAttributeAppender | 
make(TypeDescription typeDescription)
Returns a field attribute appender that is applicable for a given type description. 
 | 
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)
make in interface FieldAttributeAppender.FactorytypeDescription - The type for which a field attribute appender is to be applied for.Copyright © 2014–2024. All rights reserved.