Uses of Package
io.github.grumpystuff.grumpyrest.response
Packages that use io.github.grumpystuff.grumpyrest.response
Package
Description
-
Classes in io.github.grumpystuff.grumpyrest.response used by io.github.grumpystuff.grumpyrestClassDescriptionThis factory knows how to turn specific kinds of response values into
Responseobjects.Allows to registerResponseFactorys that provideResponseimplementations for the response values returned by handlers.This interface is used by theResponseto transmit itself to the client. -
Classes in io.github.grumpystuff.grumpyrest.response used by io.github.grumpystuff.grumpyrest.requestClassDescriptionAn object that knows how to express itself via HTTP to the client.Implementations of this interface can be returned as a response without using a specialized factory, but instead of implementing the
Responseinterface manually, they just produce another Response instance. -
Classes in io.github.grumpystuff.grumpyrest.response used by io.github.grumpystuff.grumpyrest.responseClassDescriptionAn object that knows how to express itself via HTTP to the client.This factory knows how to turn specific kinds of response values into
Responseobjects.This interface is used by theResponseto transmit itself to the client.If a handler returns an object implementing this interface, then it will be unwrapped (possibly multiple times if the wrapped value implements this interface again) before an appropriateResponseis created for it. -
Classes in io.github.grumpystuff.grumpyrest.response used by io.github.grumpystuff.grumpyrest.response.standard