Uses of Package
name.martingeisse.grumpyrest.response
Packages that use name.martingeisse.grumpyrest.response
Package
Description
-
Classes in name.martingeisse.grumpyrest.response used by name.martingeisse.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 name.martingeisse.grumpyrest.response used by name.martingeisse.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 name.martingeisse.grumpyrest.response used by name.martingeisse.grumpyrest.response.standard