Interface MethodAttributeAppender.Factory
-
- All Known Implementing Classes:
MethodAttributeAppender.Explicit
,MethodAttributeAppender.Factory.Compound
,MethodAttributeAppender.ForInstrumentedMethod
,MethodAttributeAppender.ForReceiverType
,MethodAttributeAppender.NoOp
- Enclosing interface:
- MethodAttributeAppender
public static interface MethodAttributeAppender.Factory
A factory that creates method attribute appenders for a given type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MethodAttributeAppender.Factory.Compound
A method attribute appender factory that combines several method attribute appender factories to be represented as a single factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MethodAttributeAppender
make(TypeDescription typeDescription)
Returns a method attribute appender that is applicable for a given type description.
-
-
-
Method Detail
-
make
MethodAttributeAppender make(TypeDescription typeDescription)
Returns a method attribute appender that is applicable for a given type description.- Parameters:
typeDescription
- The type for which a method attribute appender is to be applied for.- Returns:
- The method attribute appender which should be applied for the given type.
-
-