Uses of Interface
name.martingeisse.grumpyrest.response.Response
Packages that use Response
Package
Description
-
Uses of Response in name.martingeisse.grumpyrest.response
Methods in name.martingeisse.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. -
Uses of Response in name.martingeisse.grumpyrest.response.standard
Classes in name.martingeisse.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 name.martingeisse.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)