public static interface FieldAttributeAppender.Factory
Modifier and Type | Interface and Description |
---|---|
static class |
FieldAttributeAppender.Factory.Compound
A field attribute appender factory that combines several field attribute appender factories to be
represented as a single factory.
|
Modifier and Type | Method and Description |
---|---|
FieldAttributeAppender |
make(TypeDescription typeDescription)
Returns a field attribute appender that is applicable for a given type description.
|
FieldAttributeAppender make(TypeDescription typeDescription)
typeDescription
- The type for which a field attribute appender is to be applied for.Copyright © 2014–2025. All rights reserved.