abstract fun supportsParameter(parameter: MethodParameter): Boolean
Whether the given MethodParameter is supported by this resolver.
parameter - the method parameter to check
Return
true if this resolver supports the supplied parameter; false otherwise