AbstractMessageConverter.supports

Whether the given class is supported by this converter. @param clazz the class to test for support @return {@code true} if supported; {@code false} otherwise

class AbstractMessageConverter
protected abstract
bool
supports
(
TypeInfo typeInfo
)

Meta