| Package | Description |
|---|---|
| org.nuxeo.client.marshaller | |
| org.nuxeo.client.objects.config |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SchemaField> |
SchemaFieldsDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
protected static Map<String,SchemaField> |
SchemaFieldsDeserializer.deserializeFields(com.fasterxml.jackson.databind.node.ObjectNode fields) |
protected static Map<String,SchemaField> |
SchemaFieldsDeserializer.deserializeFields(com.fasterxml.jackson.databind.node.ObjectNode fields,
Predicate<Map.Entry<String,com.fasterxml.jackson.databind.JsonNode>> filter) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,SchemaField> |
SchemaField.complexFields |
protected Map<String,SchemaField> |
Schema.fields |
| Modifier and Type | Method and Description |
|---|---|
SchemaField |
SchemaField.getComplexField(String fieldName) |
SchemaField |
Schema.getField(String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SchemaField> |
SchemaField.getComplexFields() |
Map<String,SchemaField> |
Schema.getFields() |
| Constructor and Description |
|---|
Schema(String name,
String prefix,
Map<String,SchemaField> fields) |
SchemaField(String type,
Map<String,SchemaField> complexFields) |
Copyright © 2018 Nuxeo. All rights reserved.