resolve Argument
open override fun resolveArgument(javaParameter: Parameter, kotlinParameter: <Error class: unknown class>?, operationContext: OperationContext): Any?
Resolve an action method parameter into an argument value. An OperationContext provides access to the context of the current action.
Parameters
java Parameter
the Java method parameter to check. This parameter must have previously been passed to supportsParameter which must have returned true.
kotlin Parameter
the Kotlin method parameter to check. Can be null if kotlin-reflect is unavailable.
operation Context
the current operation context