@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(com.fasterxml.jackson.core.JsonGenerator jg,
               ConversionScheduled conversionScheduled)
Write the body of the entity. 
 | 
getSize, isWriteable, writeEntity, writeTopublic static final String ENTITY_TYPE
public ConversionScheduledWriter()
protected void writeEntityBody(com.fasterxml.jackson.core.JsonGenerator jg, ConversionScheduled conversionScheduled) throws IOException
EntityWriterwriteEntityBody in class EntityWriter<ConversionScheduled>IOExceptionprotected String getEntityType()
EntityWritergetEntityType in class EntityWriter<ConversionScheduled>Copyright © 2019 Nuxeo. All rights reserved.