Package | Description |
---|---|
ratpack.parse |
Parsing in Ratpack refers to deserializing a request body into a Java object of some type.
|
Modifier and Type | Method and Description |
---|---|
static <T> NoOptParse<T> |
NoOptParse.to(Class<T> type)
Creates a no option parse for the given type.
|
Modifier and Type | Method and Description |
---|---|
Class<NoOptParse<T>> |
NoOptParserSupport.getParseType()
The type of the
Parse object for this parser. |