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