supportsParameter

open override fun supportsParameter(javaParameter: Parameter, kotlinParameter: <Error class: unknown class>?, operationContext: OperationContext?): Boolean

Whether the given method parameter is supported by this resolver.

Return

true if this resolver supports the supplied parameter; false otherwise

Parameters

javaParameter

the Java method parameter to check

kotlinParameter

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

operationContext

the current operation context when invoked before resolveArgument; null when invoked before resolveInputBinding