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