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,
AnnotationAppender.ValueFilter valueFilter)
Creates a new attribute appender that writes all annotations declared for the given loaded type.
|
ForType(TypeDescription typeDescription,
AnnotationAppender.ValueFilter valueFilter)
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, AnnotationAppender.ValueFilter valueFilter)
type - The loaded type.valueFilter - The value filter to apply for discovering which values of an annotation should be written.public ForType(TypeDescription typeDescription, AnnotationAppender.ValueFilter valueFilter)
typeDescription - The type description.valueFilter - The value filter to apply for discovering which values of an annotation should be written.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.