Package | Description |
---|---|
ratpack.form |
Support for handling uploaded forms, including file uploads.
|
ratpack.handling |
The handling of application requests.
|
ratpack.jackson |
Integration with the Jackson JSON marshalling library.
|
ratpack.parse |
Parsing in Ratpack refers to deserializing a request body into a Java object of some type.
|
Class and Description |
---|
Parse
The specification of a particular parse.
|
Class and Description |
---|
NoSuchParserException
Thrown when a request is made to parse the request, but no suitable parser was found that matched the content type and parse object.
|
Parse
The specification of a particular parse.
|
ParserException
Wraps an exception thrown by a parser while parsing.
|
Class and Description |
---|
NullParseOpts
A generic parse type that can be used when parsers do not need any extra information from parse objects other than type.
|
Parse
The specification of a particular parse.
|
Parser
A parser converts a request body into an object.
|
Class and Description |
---|
NullParseOpts
A generic parse type that can be used when parsers do not need any extra information from parse objects other than type.
|
Parse
The specification of a particular parse.
|
ParseException
A generic super type for exceptions indicate something when wrong for a parse operation.
|
Parser
A parser converts a request body into an object.
|
ParserSupport
A convenience superclass for
Parser implementations. |