Interface MethodAttributeAppender.Factory
-
- All Known Implementing Classes:
DispatcherAnnotationPlugin,HashCodeAndEqualsPlugin,HashCodeAndEqualsPlugin.WithNonNullableFields,MethodAttributeAppender.Explicit,MethodAttributeAppender.Factory.Compound,MethodAttributeAppender.ForInstrumentedMethod,MethodAttributeAppender.ForReceiverType,MethodAttributeAppender.NoOp,SafeVarargsPlugin.SafeVarargsAppender
- Enclosing interface:
- MethodAttributeAppender
public static interface MethodAttributeAppender.FactoryA factory that creates method attribute appenders for a given type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMethodAttributeAppender.Factory.CompoundA 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 MethodAttributeAppendermake(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.
-
-