Interface FieldAttributeAppender.Factory
-
- All Known Implementing Classes:
FieldAttributeAppender.Explicit
,FieldAttributeAppender.Factory.Compound
,FieldAttributeAppender.ForInstrumentedField
,FieldAttributeAppender.NoOp
- Enclosing interface:
- FieldAttributeAppender
public static interface FieldAttributeAppender.Factory
A factory that creates field attribute appenders for a given type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface 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.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldAttributeAppender
make(TypeDescription typeDescription)
Returns a field attribute appender that is applicable for a given type description.
-
-
-
Method Detail
-
make
FieldAttributeAppender make(TypeDescription typeDescription)
Returns a field attribute appender that is applicable for a given type description.- Parameters:
typeDescription
- The type for which a field attribute appender is to be applied for.- Returns:
- The field attribute appender which should be applied for the given type.
-
-