public static interface RecordComponentAttributeAppender.Factory
Modifier and Type | Interface and Description |
---|---|
static class |
RecordComponentAttributeAppender.Factory.Compound
A record component attribute appender factory that combines several record component attribute appender factories to be
represented as a single 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.
|
RecordComponentAttributeAppender make(TypeDescription typeDescription)
typeDescription
- The type for which a record component attribute appender is to be applied for.Copyright © 2014–2024. All rights reserved.