Uses of Interface
io.helidon.webserver.Handler.EntityHandler
Packages that use Handler.EntityHandler
-
Uses of Handler.EntityHandler in io.helidon.webserver
Methods in io.helidon.webserver with parameters of type Handler.EntityHandlerModifier and TypeMethodDescriptionstatic <T> HandlerHandler.create(Class<T> entityType, Handler.EntityHandler<T> entityHandler) Creates new instance of theHandlerfor the entity representing HTTP request content.static <T> HandlerHandler.create(Class<T> entityType, Handler.EntityHandler<T> entityHandler, ErrorHandler<Throwable> entityReadErrorHandler) Creates new instance of theHandlerfor the entity representing HTTP request content.