Package | Description |
---|---|
ratpack.form | |
ratpack.handling |
The handling of application requests.
|
ratpack.jackson |
Integration with the Jackson JSON marshalling library.
|
ratpack.parse |
Modifier and Type | Interface and Description |
---|---|
interface |
FormParse |
Modifier and Type | Method and Description |
---|---|
<T> T |
Context.parse(Parse<T> parse) |
Modifier and Type | Interface and Description |
---|---|
interface |
JsonParse<T> |
Modifier and Type | Interface and Description |
---|---|
interface |
Parser<T,P extends Parse<T>>
A parser is able to deserialize the body of a request into an object representation.
|
class |
ParserSupport<T,P extends Parse<T>> |
Modifier and Type | Class and Description |
---|---|
class |
NoOptionParse<T> |
class |
ParseSupport<T> |