@HashCodeAndEqualsPlugin.Enhance public static class RecordComponentAttributeAppender.Factory.Compound extends Object implements RecordComponentAttributeAppender.Factory
RecordComponentAttributeAppender.Factory.Compound
Constructor and Description |
---|
Compound(List<? extends RecordComponentAttributeAppender.Factory> factories)
Creates a new compound record component attribute appender factory.
|
Compound(RecordComponentAttributeAppender.Factory... factory)
Creates a new compound record component attribute appender factory.
|
Modifier and Type | Method and Description |
---|---|
RecordComponentAttributeAppender |
make(TypeDescription typeDescription)
Returns a record component attribute appender that is applicable for a given type description.
|
public Compound(RecordComponentAttributeAppender.Factory... factory)
factory
- The factories to represent in the order of their application.public Compound(List<? extends RecordComponentAttributeAppender.Factory> factories)
factories
- The factories to represent in the order of their application.public RecordComponentAttributeAppender make(TypeDescription typeDescription)
make
in interface RecordComponentAttributeAppender.Factory
typeDescription
- The type for which a record component attribute appender is to be applied for.Copyright © 2014–2025. All rights reserved.