@Internal public interface NettyCustomizableResponseTypeHandlerRegistry
NettyCustomizableResponseTypeHandler and finds the correct handler based on
the type.| Modifier and Type | Method and Description |
|---|---|
Optional<NettyCustomizableResponseTypeHandler> |
findTypeHandler(Class<?> type)
Finds the first type handler that supports the given type.
|
Optional<NettyCustomizableResponseTypeHandler> findTypeHandler(Class<?> type)
type - The type to search forNettyCustomizableResponseTypeHandlerNettyCustomizableResponseTypeHandler.supports(Class)