Uses of Class
com.yahoo.document.datatypes.CollectionFieldValue
Packages that use CollectionFieldValue
Package
Description
Infrastructure for building Vespa documents and feed operations from JSON.
-
Uses of CollectionFieldValue in com.yahoo.document
Methods in com.yahoo.document that return CollectionFieldValueModifier and TypeMethodDescriptionabstract CollectionFieldValue<?>CollectionDataType.createFieldValue() -
Uses of CollectionFieldValue in com.yahoo.document.datatypes
Subclasses of CollectionFieldValue in com.yahoo.document.datatypesModifier and TypeClassDescriptionfinal classArray<T extends FieldValue>FieldValue which encapsulates an Array valuefinal classWeightedSet<K extends FieldValue>A weighted set, a unique set of keys with an associated integer weight. -
Uses of CollectionFieldValue in com.yahoo.document.json
Methods in com.yahoo.document.json with parameters of type CollectionFieldValueModifier and TypeMethodDescriptionstatic <T extends FieldValue>
voidJsonSerializationHelper.serializeCollectionField(FieldWriter fieldWriter, com.fasterxml.jackson.core.JsonGenerator generator, com.yahoo.vespa.objects.FieldBase field, CollectionFieldValue<T> value) <T extends FieldValue>
voidJsonWriter.write(com.yahoo.vespa.objects.FieldBase field, CollectionFieldValue<T> value) -
Uses of CollectionFieldValue in com.yahoo.document.json.readers
Methods in com.yahoo.document.json.readers with parameters of type CollectionFieldValueModifier and TypeMethodDescriptionstatic voidArrayReader.fillArray(TokenBuffer buffer, CollectionFieldValue parent, DataType valueType, boolean ignoreUndefinedFields) -
Uses of CollectionFieldValue in com.yahoo.document.serialization
Methods in com.yahoo.document.serialization with parameters of type CollectionFieldValueModifier and TypeMethodDescription<T extends FieldValue>
voidFieldReader.read(com.yahoo.vespa.objects.FieldBase field, CollectionFieldValue<T> value) Read in the value of collection field<T extends FieldValue>
voidVespaDocumentDeserializer6.read(com.yahoo.vespa.objects.FieldBase field, CollectionFieldValue<T> value) Deprecated, for removal: This API element is subject to removal in a future version.<T extends FieldValue>
voidFieldWriter.write(com.yahoo.vespa.objects.FieldBase field, CollectionFieldValue<T> value) Writes the value of a collection field.<T extends FieldValue>
voidVespaDocumentSerializer6.write(com.yahoo.vespa.objects.FieldBase field, CollectionFieldValue<T> value) Deprecated, for removal: This API element is subject to removal in a future version.Write out the value of collection field -
Uses of CollectionFieldValue in com.yahoo.vespaxmlparser
Methods in com.yahoo.vespaxmlparser with parameters of type CollectionFieldValueModifier and TypeMethodDescription<T extends FieldValue>
voidVespaXMLFieldReader.read(com.yahoo.vespa.objects.FieldBase field, CollectionFieldValue<T> value)