public interface FieldAttributeAppender
FieldVisitor.| Modifier and Type | Interface and Description | 
|---|---|
| static class  | FieldAttributeAppender.CompoundA field attribute appender that combines several method attribute appenders to be represented as a single
 field attribute appender. | 
| static class  | FieldAttributeAppender.ExplicitAppends an annotation to a field. | 
| static interface  | FieldAttributeAppender.FactoryA factory that creates field attribute appenders for a given type. | 
| static class  | FieldAttributeAppender.ForInstrumentedFieldAn attribute appender that writes all annotations that are declared on a field. | 
| static class  | FieldAttributeAppender.NoOpA field attribute appender that does not append any attributes. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | apply(FieldVisitor fieldVisitor,
     FieldDescription fieldDescription,
     AnnotationValueFilter annotationValueFilter)Applies this attribute appender to a given field visitor. | 
void apply(FieldVisitor fieldVisitor, FieldDescription fieldDescription, AnnotationValueFilter annotationValueFilter)
fieldVisitor - The field visitor to which the attributes that are represented by this attribute appender are written to.fieldDescription - The description of the field to which the field visitor belongs to.annotationValueFilter - The annotation value filter to apply when writing annotations.Copyright © 2014–2019. All rights reserved.