| 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 |
| Modifier and Type | Field and Description |
|---|---|
protected MarshallerRegistry |
AbstractCSVWriter.registry |
| Modifier and Type | Field and Description |
|---|---|
protected MarshallerRegistry |
AbstractJsonWriter.registry
The marshaller registry.
|
protected MarshallerRegistry |
AbstractJsonReader.registry
The marshaller registry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MarshallerRegistryImpl
Implementation of
MarshallerRegistry. |
| Modifier and Type | Method and 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) |
Copyright © 2019 Nuxeo. All rights reserved.