static AnnotationTransformation.FieldBuilder |
AnnotationTransformation.forFields() |
Returns a builder for annotation transformation of fields.
|
AnnotationTransformation.FieldBuilder |
AnnotationTransformation.FieldBuilder.whenField(java.lang.Class<?> clazz,
java.lang.String name) |
Adds a predicate that tests whether
the current field
has given name and is declared on given clazz .
|
AnnotationTransformation.FieldBuilder |
AnnotationTransformation.FieldBuilder.whenField(java.util.function.Predicate<FieldInfo> predicate) |
Adds a predicate that tests whether
the current field
matches given predicate .
|
AnnotationTransformation.FieldBuilder |
AnnotationTransformation.FieldBuilder.whenField(DotName clazz,
java.lang.String name) |
Adds a predicate that tests whether
the current field
has given name and is declared on given clazz .
|