public interface JsonRender<T>
Modifier and Type | Method and Description |
---|---|
T |
getObject()
The underlying object to be rendered.
|
ObjectWriter |
getObjectWriter()
The object writer to use to render the object as JSON.
|
T getObject()
@Nullable ObjectWriter getObjectWriter()
If null, the "default" writer should be used by the renderer.