Interface PreparedParameterResolver<M>
- All Superinterfaces:
ParameterResolver<M>
- All Known Implementing Classes:
EntityParameterResolver
Optional extension for
parameter resolvers that can prepare a resolver function for a
specific message in one step.
This is intended for resolvers that can avoid duplicate work between matching and resolving while preserving the
default ParameterResolver contract for all other implementations.
-
Method Summary
Modifier and TypeMethodDescriptionresolveIfPossible(Parameter parameter, Annotation methodAnnotation, M value) Returns a prepared resolver for the given message, ornullwhen this resolver cannot handle the parameter.Methods inherited from interface ParameterResolver
determinesSpecificity, matches, mayApply, resolve, specificityPriority, test
-
Method Details
-
resolveIfPossible
-