public static interface AnnotationValueFilter.Factory
| Modifier and Type | Method and Description |
|---|---|
AnnotationValueFilter |
on(FieldDescription fieldDescription)
Creates an annotation value filter for writing annotations on a field.
|
AnnotationValueFilter |
on(MethodDescription methodDescription)
Creates an annotation value filter for writing annotations on a method.
|
AnnotationValueFilter |
on(RecordComponentDescription recordComponentDescription)
Creates an annotation value filter for writing annotations on a record component.
|
AnnotationValueFilter |
on(TypeDescription instrumentedType)
Creates an annotation value filter for writing annotations on an instrumented type.
|
AnnotationValueFilter on(TypeDescription instrumentedType)
instrumentedType - The instrumented type onto which the annotations are written.AnnotationValueFilter on(FieldDescription fieldDescription)
fieldDescription - The field onto which the annotations are written.AnnotationValueFilter on(MethodDescription methodDescription)
methodDescription - The method onto which the annotations are written.AnnotationValueFilter on(RecordComponentDescription recordComponentDescription)
recordComponentDescription - The record component onto which the annotations are written.Copyright © 2014–2025. All rights reserved.