resolveArgument

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

javaParameter

the Java method parameter to check. This parameter must have previously been passed to supportsParameter which must have returned true.

kotlinParameter

the Kotlin method parameter to check. Can be null if kotlin-reflect is unavailable.

operationContext

the current operation context