Uses of Interface
org.nuxeo.ecm.core.io.registry.MarshallerRegistry
Package
Description
-
Uses of MarshallerRegistry in org.nuxeo.ecm.core.io.marshallers.csv
-
Uses of MarshallerRegistry in org.nuxeo.ecm.core.io.marshallers.json
Modifier and TypeFieldDescriptionprotected MarshallerRegistry
AbstractJsonReader.registry
The marshaller registry.protected MarshallerRegistry
AbstractJsonWriter.registry
The marshaller registry. -
Uses of MarshallerRegistry in org.nuxeo.ecm.core.io.registry
-
Uses of MarshallerRegistry in org.nuxeo.ecm.platform.routing.core.io
Modifier and TypeMethodDescriptionstatic void
TaskWriter.writeTaskVariables
(GraphNode node, com.fasterxml.jackson.core.JsonGenerator jg, MarshallerRegistry registry, RenderingContext ctx, SchemaManager schemaManager) static void
DocumentRouteWriter.writeVariables
(DocumentRoute item, com.fasterxml.jackson.core.JsonGenerator jg, MarshallerRegistry registry, RenderingContext ctx, SchemaManager schemaManager) static void
TaskWriter.writeWorkflowVariables
(DocumentRoute route, GraphNode node, com.fasterxml.jackson.core.JsonGenerator jg, MarshallerRegistry registry, RenderingContext ctx, SchemaManager schemaManager)