spring-framework / org.springframework.web.reactive / HandlerAdapter / supports

supports

abstract fun supports(handler: Any): Boolean

Whether this HandlerAdapter supports the given handler.

Parameters

handler - handler object to check

Return
whether or not the handler is supported