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