@Setup(mode=SINGLETON, priority=2000) public class GraphRouteWriter extends ExtensibleEntityJsonWriter<JsonGraphRoute>
Modifier and Type | Field and Description |
---|---|
static String |
ENTITY_TYPE |
ctx, registry
Constructor and Description |
---|
GraphRouteWriter() |
Modifier and Type | Method and Description |
---|---|
void |
writeEntityBody(JsonGraphRoute item,
org.codehaus.jackson.JsonGenerator jg)
Implement this method to write the entity body.
|
extend, write
accept, getGenerator, write, writeEntity, writeEntity, writeEntityField
public static final String ENTITY_TYPE
public GraphRouteWriter()
public void writeEntityBody(JsonGraphRoute item, org.codehaus.jackson.JsonGenerator jg) throws IOException
ExtensibleEntityJsonWriter
writeEntityBody
in class ExtensibleEntityJsonWriter<JsonGraphRoute>
item
- The Java entity.jg
- A JsonGenerator
ready to write your entity as Json.IOException
Copyright © 2016 Nuxeo SA. All rights reserved.