supports Parameter
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
java Parameter
the Java method parameter to check
kotlin Parameter
the Kotlin method parameter to check. Can be null if kotlin-reflect is unavailable.
operation Context
the current operation context when invoked before resolveArgument; null when invoked before resolveInputBinding