@HashCodeAndEqualsPlugin.Enhance public static class MethodAttributeAppender.Factory.Compound extends Object implements MethodAttributeAppender.Factory
MethodAttributeAppender.Factory.Compound
Constructor and Description |
---|
Compound(List<? extends MethodAttributeAppender.Factory> factories)
Creates a new compound method attribute appender factory.
|
Compound(MethodAttributeAppender.Factory... factory)
Creates a new compound method attribute appender factory.
|
Modifier and Type | Method and Description |
---|---|
MethodAttributeAppender |
make(TypeDescription typeDescription)
Returns a method attribute appender that is applicable for a given type description.
|
public Compound(MethodAttributeAppender.Factory... factory)
factory
- The factories that are to be combined by this compound factory in the order of their application.public Compound(List<? extends MethodAttributeAppender.Factory> factories)
factories
- The factories that are to be combined by this compound factory in the order of their application.public MethodAttributeAppender make(TypeDescription typeDescription)
make
in interface MethodAttributeAppender.Factory
typeDescription
- The type for which a method attribute appender is to be applied for.Copyright © 2014–2024. All rights reserved.