Uses of Class
com.yahoo.document.datatypes.ReferenceFieldValue
Packages that use ReferenceFieldValue
Package
Description
Infrastructure for building Vespa documents and feed operations from JSON.
-
Uses of ReferenceFieldValue in com.yahoo.document
Methods in com.yahoo.document that return ReferenceFieldValueMethods in com.yahoo.document that return types with arguments of type ReferenceFieldValueModifier and TypeMethodDescriptionClass<? extends ReferenceFieldValue>ReferenceDataType.getValueClass() -
Uses of ReferenceFieldValue in com.yahoo.document.datatypes
Methods in com.yahoo.document.datatypes that return ReferenceFieldValueModifier and TypeMethodDescriptionstatic ReferenceFieldValueReferenceFieldValue.createEmptyWithType(ReferenceDataType referenceType) -
Uses of ReferenceFieldValue in com.yahoo.document.json
Methods in com.yahoo.document.json with parameters of type ReferenceFieldValueModifier and TypeMethodDescriptionstatic voidJsonSerializationHelper.serializeReferenceField(com.fasterxml.jackson.core.JsonGenerator generator, com.yahoo.vespa.objects.FieldBase field, ReferenceFieldValue value) voidJsonWriter.write(com.yahoo.vespa.objects.FieldBase field, ReferenceFieldValue value) -
Uses of ReferenceFieldValue in com.yahoo.document.serialization
Methods in com.yahoo.document.serialization with parameters of type ReferenceFieldValueModifier and TypeMethodDescriptionvoidFieldReader.read(com.yahoo.vespa.objects.FieldBase field, ReferenceFieldValue value) Read in the value of the given reference field.voidVespaDocumentDeserializer6.read(com.yahoo.vespa.objects.FieldBase field, ReferenceFieldValue value) Deprecated, for removal: This API element is subject to removal in a future version.voidFieldWriter.write(com.yahoo.vespa.objects.FieldBase field, ReferenceFieldValue value) Writes the value of a reference field.voidVespaDocumentSerializer6.write(com.yahoo.vespa.objects.FieldBase field, ReferenceFieldValue value) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ReferenceFieldValue in com.yahoo.vespaxmlparser
Methods in com.yahoo.vespaxmlparser with parameters of type ReferenceFieldValueModifier and TypeMethodDescriptionvoidVespaXMLFieldReader.read(com.yahoo.vespa.objects.FieldBase field, ReferenceFieldValue value)