Uses of Class
org.restheart.exchange.JsonResponse
-
Packages that use JsonResponse Package Description org.restheart.exchange org.restheart.plugins -
-
Uses of JsonResponse in org.restheart.exchange
Methods in org.restheart.exchange that return JsonResponse Modifier and Type Method Description static 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 JsonResponse Modifier and Type Method Description default Function<io.undertow.server.HttpServerExchange,JsonResponse>JsonService. response()
-