Package | Description |
---|---|
ratpack.jackson |
Integration with the Jackson JSON marshalling library.
|
Modifier and Type | Method and Description |
---|---|
static JsonRender |
Jackson.json(Object object)
Jackson rendering of the given object, using the default object writer.
|
static JsonRender |
Jackson.json(Object object,
ObjectWriter objectWriter)
Jackson rendering of the given object, using the given object writer.
|