public static class MethodAttributeAppender.Factory.Compound extends Object implements MethodAttributeAppender.Factory
MethodAttributeAppender.Factory.Compound| Constructor and Description | 
|---|
| Compound(MethodAttributeAppender.Factory... factory)Creates a new compound method attribute appender factory. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| int | hashCode() | 
| MethodAttributeAppender | make(TypeDescription typeDescription)Returns a method attribute appender that is applicable for a given type description. | 
| String | toString() | 
public Compound(MethodAttributeAppender.Factory... factory)
factory - The factories that are to be combined by this compound factory in the order of their
                application.public MethodAttributeAppender make(TypeDescription typeDescription)
MethodAttributeAppender.Factorymake in interface MethodAttributeAppender.FactorytypeDescription - The type for which a method attribute appender is to be applied for.Copyright © 2014–2015. All rights reserved.