Uses of Class
org.restheart.exchange.JsonRequest
Packages that use JsonRequest
-
Uses of JsonRequest in org.restheart.exchange
Methods in org.restheart.exchange that return JsonRequestModifier and TypeMethodDescriptionstatic JsonRequestJsonRequest.init(io.undertow.server.HttpServerExchange exchange) static JsonRequestJsonRequest.of(io.undertow.server.HttpServerExchange exchange) -
Uses of JsonRequest in org.restheart.plugins
Methods in org.restheart.plugins that return types with arguments of type JsonRequestModifier and TypeMethodDescriptiondefault Function<io.undertow.server.HttpServerExchange, JsonRequest> JsonService.request()