Uses of Interface
org.nuxeo.ecm.core.io.registry.MarshallerRegistry
Packages that use MarshallerRegistry
Package
Description
-
Uses of MarshallerRegistry in org.nuxeo.ecm.core.io.marshallers.csv
Fields in org.nuxeo.ecm.core.io.marshallers.csv declared as MarshallerRegistry -
Uses of MarshallerRegistry in org.nuxeo.ecm.core.io.marshallers.json
Fields in org.nuxeo.ecm.core.io.marshallers.json declared as MarshallerRegistryModifier 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
Classes in org.nuxeo.ecm.core.io.registry that implement MarshallerRegistry -
Uses of MarshallerRegistry in org.nuxeo.ecm.platform.routing.core.io
Methods in org.nuxeo.ecm.platform.routing.core.io with parameters of type MarshallerRegistryModifier 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)