Operation Context Argument Resolver
Resolves OperationContext arguments.
Functions
Link copied to clipboard
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.
Link copied to clipboard
open fun resolveInputBinding(javaParameter: Parameter, kotlinParameter: <Error class: unknown class>?): Set<IoBinding>
Link copied to clipboard
open override fun supportsParameter(javaParameter: Parameter, kotlinParameter: <Error class: unknown class>?, operationContext: OperationContext?): Boolean
Whether the given method parameter is supported by this resolver.