Uses of Interface
org.nuxeo.ecm.core.io.registry.MarshallerRegistry
-
Packages that use MarshallerRegistry Package Description org.nuxeo.ecm.core.io.marshallers.csv org.nuxeo.ecm.core.io.marshallers.json org.nuxeo.ecm.core.io.registry org.nuxeo.ecm.platform.routing.core.io -
-
Uses of MarshallerRegistry in org.nuxeo.ecm.core.io.marshallers.csv
Fields in org.nuxeo.ecm.core.io.marshallers.csv declared as MarshallerRegistry Modifier and Type Field Description protected MarshallerRegistry
AbstractCSVWriter. registry
-
Uses of MarshallerRegistry in org.nuxeo.ecm.core.io.marshallers.json
Fields in org.nuxeo.ecm.core.io.marshallers.json declared as MarshallerRegistry Modifier and Type Field Description protected MarshallerRegistry
AbstractJsonReader. registry
The marshaller registry.protected MarshallerRegistry
AbstractJsonWriter. registry
The marshaller registry. -
Uses of MarshallerRegistry in org.nuxeo.ecm.core.io.registry
Classes in org.nuxeo.ecm.core.io.registry that implement MarshallerRegistry Modifier and Type Class Description class
MarshallerRegistryImpl
Implementation ofMarshallerRegistry
. -
Uses of MarshallerRegistry in org.nuxeo.ecm.platform.routing.core.io
Methods in org.nuxeo.ecm.platform.routing.core.io with parameters of type MarshallerRegistry Modifier and Type Method Description static 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)
-