Uses of Class
io.github.grumpystuff.grumpyrest.RequestCycle
Packages that use RequestCycle
Package
Description
-
Uses of RequestCycle in io.github.grumpystuff.grumpyrest
Methods in io.github.grumpystuff.grumpyrest with parameters of type RequestCycleModifier and TypeMethodDescriptionComplexHandler.handle(RequestCycle requestCycle) Handles a request.voidRestApi.handle(RequestCycle requestCycle) Handles a request cycle.Route.invokeHandler(RequestCycle requestCycle) Calls the handler for the specified request cycle.RestApi.match(RequestCycle requestCycle) Matches the specified request cycle against all routes.Route.match(RequestCycle requestCycle) Tries to match the specified request cycle against this route. -
Uses of RequestCycle in io.github.grumpystuff.grumpyrest.response
Methods in io.github.grumpystuff.grumpyrest.response with parameters of type RequestCycleModifier 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 RequestCycle in io.github.grumpystuff.grumpyrest.response.standard
Methods in io.github.grumpystuff.grumpyrest.response.standard with parameters of type RequestCycleModifier and TypeMethodDescriptionIdentityResponseFactory.createResponse(RequestCycle requestCycle, Object value) JsonResponseFactory.createResponse(RequestCycle requestCycle, Object value) NullResponseFactory.createResponse(RequestCycle requestCycle, Object value)