-
Method parameters in me.ehp246.aufjms.core.reflection with type arguments of type AnnotatedArgument
| Modifier and Type |
Method |
Description |
<A extends java.lang.annotation.Annotation,
V> V |
DefaultProxyInvocation.firstArgumentAnnotationOf(java.lang.Class<A> annotationClass,
java.util.function.Function<AnnotatedArgument<A>,V> mapper,
java.util.function.Supplier<V> supplier) |
|
<A extends java.lang.annotation.Annotation,
V> V |
DefaultProxyInvocation.resolveAnnotatedValue(java.lang.Class<A> annotationClass,
java.util.function.Function<AnnotatedArgument<A>,V> argMapper,
java.util.function.Function<A,V> methodMapper,
java.util.function.Function<A,V> classMapper,
java.util.function.Supplier<V> supplier) |
Resolve the annotation value up the invocation hierarchy.
|