spring-framework / org.springframework.messaging.handler.invocation / HandlerMethodArgumentResolver / supportsParameter

supportsParameter

abstract fun supportsParameter(parameter: MethodParameter): Boolean

Whether the given MethodParameter is supported by this resolver.

Parameters

parameter - the method parameter to check

Return
true if this resolver supports the supplied parameter; false otherwise