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 MarshallerRegistryAbstractJsonReader.registryThe marshaller registry.protected MarshallerRegistryAbstractJsonWriter.registryThe 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 voidTaskWriter.writeTaskVariables(GraphNode node, com.fasterxml.jackson.core.JsonGenerator jg, MarshallerRegistry registry, RenderingContext ctx, SchemaManager schemaManager) static voidDocumentRouteWriter.writeVariables(DocumentRoute item, com.fasterxml.jackson.core.JsonGenerator jg, MarshallerRegistry registry, RenderingContext ctx, SchemaManager schemaManager) static voidTaskWriter.writeWorkflowVariables(DocumentRoute route, GraphNode node, com.fasterxml.jackson.core.JsonGenerator jg, MarshallerRegistry registry, RenderingContext ctx, SchemaManager schemaManager)