Class ScheduleJsonWriter
java.lang.Object
org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonWriter<EntityType>
org.nuxeo.ecm.core.io.marshallers.json.ExtensibleEntityJsonWriter<Schedule>
org.nuxeo.ecm.restapi.jaxrs.io.management.ScheduleJsonWriter
- All Implemented Interfaces:
Marshaller<Schedule>
,Writer<Schedule>
@Setup(mode=SINGLETON,
priority=2000)
public class ScheduleJsonWriter
extends ExtensibleEntityJsonWriter<Schedule>
- Since:
- 2023.3
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonWriter
ctx, registry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
writeEntityBody
(Schedule schedule, com.fasterxml.jackson.core.JsonGenerator jg) Implement this method to write the entity body.Methods inherited from class org.nuxeo.ecm.core.io.marshallers.json.ExtensibleEntityJsonWriter
extend, write
Methods inherited from class org.nuxeo.ecm.core.io.marshallers.json.AbstractJsonWriter
accept, getGenerator, write, writeEntity, writeEntity, writeEntityField, writeSerializable, writeSerializableField, writeSerializableListField, writeSerializableMapField
-
Field Details
-
ENTITY_TYPE
- See Also:
-
-
Constructor Details
-
ScheduleJsonWriter
public ScheduleJsonWriter()
-
-
Method Details
-
writeEntityBody
protected void writeEntityBody(Schedule schedule, com.fasterxml.jackson.core.JsonGenerator jg) throws IOException Description copied from class:ExtensibleEntityJsonWriter
Implement this method to write the entity body.- Specified by:
writeEntityBody
in classExtensibleEntityJsonWriter<Schedule>
- Parameters:
schedule
- The Java entity.jg
- AJsonGenerator
ready to write your entity as Json.- Throws:
IOException
-