Uses of Interface
io.github.grumpystuff.grumpyrest.response.Response
Packages that use Response
Package
Description
-
Uses of Response in io.github.grumpystuff.grumpyrest.request
Classes in io.github.grumpystuff.grumpyrest.request that implement ResponseModifier and TypeClassDescriptionfinal classThis exception type is thrown when a path argument cannot be parsed, wrapping aFromStringParserException.Methods in io.github.grumpystuff.grumpyrest.request that return Response -
Uses of Response in io.github.grumpystuff.grumpyrest.response
Subinterfaces of Response in io.github.grumpystuff.grumpyrest.responseModifier and TypeInterfaceDescriptioninterfaceImplementations of this interface can be returned as a response without using a specialized factory, but instead of implementing theResponseinterface manually, they just produce another Response instance.Methods in io.github.grumpystuff.grumpyrest.response that return ResponseModifier and TypeMethodDescriptionResponseFactory.createResponse(RequestCycle requestCycle, Object value) Creates aResponsefrom the specified response value.ResponseFactoryRegistry.createResponse(RequestCycle requestCycle, Object value) Converts a response value to aResponseusing an appropriate response factory from this registry.SelfResponseFactory.createResponse()Creates the response. -
Uses of Response in io.github.grumpystuff.grumpyrest.response.standard
Classes in io.github.grumpystuff.grumpyrest.response.standard that implement ResponseModifier and TypeClassDescriptionfinal classDoes not respond at all.final recordImplements a standard JSON-based error response format, combined with a selectable HTTP status code.final classSends an empty response with a configurable HTTP status code.Methods in io.github.grumpystuff.grumpyrest.response.standard that return ResponseModifier and TypeMethodDescriptionIdentityResponseFactory.createResponse(RequestCycle requestCycle, Object value) JsonResponseFactory.createResponse(RequestCycle requestCycle, Object value) NullResponseFactory.createResponse(RequestCycle requestCycle, Object value)