static AnnotationTransformation.MethodBuilder |
AnnotationTransformation.forMethods() |
Returns a builder for annotation transformation of methods.
|
AnnotationTransformation.MethodBuilder |
AnnotationTransformation.MethodBuilder.whenMethod(java.lang.Class<?> clazz,
java.lang.String name) |
Adds a predicate that tests whether
the current method
has given name and is declared on given clazz .
|
AnnotationTransformation.MethodBuilder |
AnnotationTransformation.MethodBuilder.whenMethod(java.util.function.Predicate<MethodInfo> predicate) |
Adds a predicate that tests whether
the current method
matches given predicate .
|
AnnotationTransformation.MethodBuilder |
AnnotationTransformation.MethodBuilder.whenMethod(DotName clazz,
java.lang.String name) |
Adds a predicate that tests whether
the current method
has given name and is declared on given clazz .
|