Uses of Record Class
me.ehp246.aufjms.core.reflection.AnnotatedArgument
Packages that use AnnotatedArgument
-
Uses of AnnotatedArgument in me.ehp246.aufjms.core.reflection
Methods in me.ehp246.aufjms.core.reflection that return types with arguments of type AnnotatedArgumentModifier and TypeMethodDescription<A extends Annotation>
Stream<AnnotatedArgument<A>>DefaultProxyInvocation.streamOfAnnotatedArguments(Class<A> annotationType) Method parameters in me.ehp246.aufjms.core.reflection with type arguments of type AnnotatedArgumentModifier and TypeMethodDescription<A extends Annotation,V>
VDefaultProxyInvocation.firstArgumentAnnotationOf(Class<A> annotationClass, Function<AnnotatedArgument<A>, V> mapper, Supplier<V> supplier) <A extends Annotation,V>
VDefaultProxyInvocation.resolveAnnotatedValue(Class<A> annotationClass, Function<AnnotatedArgument<A>, V> argMapper, Function<A, V> methodMapper, Function<A, V> classMapper, Supplier<V> supplier) Resolve the annotation value up the invocation hierarchy.