Class ConversionScheduledWriter
java.lang.Object
org.nuxeo.ecm.automation.jaxrs.io.EntityWriter<ConversionScheduled>
org.nuxeo.ecm.restapi.jaxrs.io.conversion.ConversionScheduledWriter
- All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<ConversionScheduled>
- Since:
- 7.4
-
Field Summary
FieldsFields inherited from class org.nuxeo.ecm.automation.jaxrs.io.EntityWriter
factory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringget the Entity type of the current entity type.protected voidwriteEntityBody(com.fasterxml.jackson.core.JsonGenerator jg, ConversionScheduled conversionScheduled) Write the body of the entity.Methods inherited from class org.nuxeo.ecm.automation.jaxrs.io.EntityWriter
getSize, isWriteable, writeEntity, writeTo
-
Field Details
-
ENTITY_TYPE
- See Also:
-
-
Constructor Details
-
ConversionScheduledWriter
public ConversionScheduledWriter()
-
-
Method Details
-
writeEntityBody
protected void writeEntityBody(com.fasterxml.jackson.core.JsonGenerator jg, ConversionScheduled conversionScheduled) throws IOException Description copied from class:EntityWriterWrite the body of the entity. The object has already been opened and it entity-type rendered.- Specified by:
writeEntityBodyin classEntityWriter<ConversionScheduled>- Throws:
IOException
-
getEntityType
Description copied from class:EntityWriterget the Entity type of the current entity type. It MUST follow camelCase notation- Specified by:
getEntityTypein classEntityWriter<ConversionScheduled>- Returns:
- the string representing the entity-type.
-