Uses of Class
com.yahoo.document.datatypes.Array
Packages that use Array
Package
Description
Infrastructure for building Vespa documents and feed operations from JSON.
-
Uses of Array in com.yahoo.document
Methods in com.yahoo.document that return Array -
Uses of Array in com.yahoo.document.datatypes
Methods in com.yahoo.document.datatypes that return Array -
Uses of Array in com.yahoo.document.fieldpathupdate
Methods in com.yahoo.document.fieldpathupdate that return ArrayMethods in com.yahoo.document.fieldpathupdate with parameters of type ArrayConstructors in com.yahoo.document.fieldpathupdate with parameters of type ArrayModifierConstructorDescriptionAddFieldPathUpdate(DocumentType type, String fieldPath, Array newValues) AddFieldPathUpdate(DocumentType type, String fieldPath, String whereClause, Array newValues) -
Uses of Array in com.yahoo.document.json
Methods in com.yahoo.document.json with parameters of type ArrayModifier and TypeMethodDescriptionstatic <T extends FieldValue>
voidJsonSerializationHelper.serializeArrayField(FieldWriter fieldWriter, com.fasterxml.jackson.core.JsonGenerator generator, com.yahoo.vespa.objects.FieldBase field, Array<T> value) <T extends FieldValue>
void -
Uses of Array in com.yahoo.document.serialization
Methods in com.yahoo.document.serialization with parameters of type ArrayModifier and TypeMethodDescriptionstatic voidXmlSerializationHelper.printArrayXml(Array array, XmlStream xml) Deprecated.<T extends FieldValue>
voidRead in the value of array field<T extends FieldValue>
voidDeprecated, for removal: This API element is subject to removal in a future version.<T extends FieldValue>
voidWrites the value of an array field.<T extends FieldValue>
voidDeprecated, for removal: This API element is subject to removal in a future version.Write out the value of array field -
Uses of Array in com.yahoo.vespaxmlparser
Methods in com.yahoo.vespaxmlparser with parameters of type Array