@Nullable abstract fun resolveArgument(methodParameter: MethodParameter, webRequest: NativeWebRequest): Any
Resolve an argument for the given handler method parameter within the given web request.
methodParameter - the handler method parameter to resolve
webRequest - the current web request, allowing access to the native request as well
Exception - in case of resolution failure
Return
the argument value, or UNRESOLVED if not resolvable