public static class TypeAttributeAppender.ForType extends Object implements TypeAttributeAppender
TypeAttributeAppender.Compound, TypeAttributeAppender.ForAnnotation, TypeAttributeAppender.ForSuperType, TypeAttributeAppender.ForType, TypeAttributeAppender.NoOp| Constructor and Description |
|---|
ForType(Class<?> type)
Creates a new attribute appender that writes all annotations declared for the given loaded type.
|
ForType(TypeDescription typeDescription)
Creates a new attribute appender that writes all annotations declared for the given type description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ClassVisitor classVisitor,
TypeDescription typeDescription)
Applies this type attribute appender.
|
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString() |
public ForType(Class<?> type)
type - The loaded type.public ForType(TypeDescription typeDescription)
typeDescription - The type description.public void apply(ClassVisitor classVisitor, TypeDescription typeDescription)
TypeAttributeAppenderapply in interface TypeAttributeAppenderclassVisitor - The class visitor to which the annotations of this visitor should be written to.typeDescription - A description of the instrumented type that is target of the ongoing instrumentation.Copyright © 2014–2015. All rights reserved.