public interface AnnotatedMethodConfigurator<T>
| Modifier and Type | Method and Description |
|---|---|
AnnotatedMethodConfigurator<T> |
add(Annotation annotation)
Add an annotation to the field.
|
default Stream<AnnotatedParameterConfigurator<T>> |
filterParams(Predicate<AnnotatedParameter<T>> predicate) |
AnnotatedMethod<T> |
getAnnotated() |
List<AnnotatedParameterConfigurator<T>> |
params() |
AnnotatedMethodConfigurator<T> |
remove(Predicate<Annotation> annotation)
Removes all Annotations which fit the given Predicate
|
default AnnotatedMethodConfigurator<T> |
removeAll()
removes all Annotations
|
AnnotatedMethod<T> getAnnotated()
AnnotatedMethodAnnotatedMethodConfigurator<T> add(Annotation annotation)
annotation - to addAnnotatedMethodConfigurator<T> remove(Predicate<Annotation> annotation)
annotation - default AnnotatedMethodConfigurator<T> removeAll()
List<AnnotatedParameterConfigurator<T>> params()
AnnotatedParameterConfigurators reflecting the
AnnotatedCallable.getParameters()default Stream<AnnotatedParameterConfigurator<T>> filterParams(Predicate<AnnotatedParameter<T>> predicate)
predicate - Testing the original AnnotatedParameterAnnotatedParameterConfigurators matching the given predicateAnnotatedParameterConfigurator.getAnnotated()Copyright © 2025. All rights reserved.