Uses of Class
org.nuxeo.client.objects.config.SchemaField
-
Packages that use SchemaField Package Description org.nuxeo.client.marshaller org.nuxeo.client.objects.config -
-
Uses of SchemaField in org.nuxeo.client.marshaller
Methods in org.nuxeo.client.marshaller that return types with arguments of type SchemaField Modifier and Type Method Description java.util.Map<java.lang.String,SchemaField>SchemaFieldsDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)protected static java.util.Map<java.lang.String,SchemaField>SchemaFieldsDeserializer. deserializeFields(com.fasterxml.jackson.databind.node.ObjectNode fields)protected static java.util.Map<java.lang.String,SchemaField>SchemaFieldsDeserializer. deserializeFields(com.fasterxml.jackson.databind.node.ObjectNode fields, java.util.function.Predicate<java.util.Map.Entry<java.lang.String,com.fasterxml.jackson.databind.JsonNode>> filter) -
Uses of SchemaField in org.nuxeo.client.objects.config
Fields in org.nuxeo.client.objects.config with type parameters of type SchemaField Modifier and Type Field Description protected java.util.Map<java.lang.String,SchemaField>SchemaField. complexFieldsprotected java.util.Map<java.lang.String,SchemaField>Schema. fieldsMethods in org.nuxeo.client.objects.config that return SchemaField Modifier and Type Method Description SchemaFieldSchemaField. getComplexField(java.lang.String fieldName)SchemaFieldSchema. getField(java.lang.String fieldName)Methods in org.nuxeo.client.objects.config that return types with arguments of type SchemaField Modifier and Type Method Description java.util.Map<java.lang.String,SchemaField>SchemaField. getComplexFields()java.util.Map<java.lang.String,SchemaField>Schema. getFields()Constructor parameters in org.nuxeo.client.objects.config with type arguments of type SchemaField Constructor Description Schema(java.lang.String name, java.lang.String prefix, java.util.Map<java.lang.String,SchemaField> fields)SchemaField(java.lang.String type, java.util.Map<java.lang.String,SchemaField> complexFields)
-