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 MarshallerRegistryAbstractCSVWriter. 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 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 Modifier and Type Class Description classMarshallerRegistryImplImplementation 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 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)
-