@Provider public class ConversionScheduledWriter extends EntityWriter<ConversionScheduled>
Modifier and Type | Field and Description |
---|---|
static String |
ENTITY_TYPE |
factory
Constructor and Description |
---|
ConversionScheduledWriter() |
Modifier and Type | Method and Description |
---|---|
protected String |
getEntityType()
get the Entity type of the current entity type.
|
protected void |
writeEntityBody(org.codehaus.jackson.JsonGenerator jg,
ConversionScheduled conversionScheduled)
Write the body of the entity.
|
getSize, isWriteable, writeEntity, writeTo
public static final String ENTITY_TYPE
public ConversionScheduledWriter()
protected void writeEntityBody(org.codehaus.jackson.JsonGenerator jg, ConversionScheduled conversionScheduled) throws IOException
EntityWriter
writeEntityBody
in class EntityWriter<ConversionScheduled>
IOException
protected String getEntityType()
EntityWriter
getEntityType
in class EntityWriter<ConversionScheduled>
Copyright © 2016 Nuxeo SA. All rights reserved.