Interface | Description |
---|---|
BinaryFunction<T> |
Defines a type alias for a function that receives a model of type
T
and returns a binary representation of that model in an InputStream . |
IdentifierFunction<T> |
Defines a type alias for a function that receives a
Path and returns
the identifier from that Path . |
RequestFunction<T> |
Defines a type alias for a function that receives an
HttpServletRequest and returns another item. |