Uses of Record Class
eu.cloudnetservice.driver.network.http.annotation.parser.ParameterInvocationHint
Packages that use ParameterInvocationHint
-
Uses of ParameterInvocationHint in eu.cloudnetservice.driver.network.http.annotation.parser
Methods in eu.cloudnetservice.driver.network.http.annotation.parser that return types with arguments of type ParameterInvocationHintModifier and TypeMethodDescriptionstatic <A extends Annotation>
@NonNull Collection<ParameterInvocationHint>HttpAnnotationProcessorUtil.mapParameters(@NonNull Method method, @NonNull Class<A> annotationType, @NonNull BiFunction<Parameter, A, BiFunction<String, HttpContext, Object>> mapper) Applies each parameter of the given method which is annotated with the given annotation to the given mapper to determine a resolver for a value which should get injected into the parameter when receiving a http request.