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

supports

abstract fun supports(result: HandlerResult): Boolean

Whether this handler supports the given HandlerResult.

Parameters

result - result object to check

Return
whether or not this object can use the given result