Uses of Class
com.yahoo.document.datatypes.LongFieldValue
Packages that use LongFieldValue
Package
Description
Infrastructure for building Vespa documents and feed operations from JSON.
-
Uses of LongFieldValue in com.yahoo.document.datatypes
Methods in com.yahoo.document.datatypes that return LongFieldValue -
Uses of LongFieldValue in com.yahoo.document.json
Methods in com.yahoo.document.json with parameters of type LongFieldValueModifier and TypeMethodDescriptionstatic voidJsonSerializationHelper.serializeLongField(com.fasterxml.jackson.core.JsonGenerator generator, com.yahoo.vespa.objects.FieldBase field, LongFieldValue value) voidJsonWriter.write(com.yahoo.vespa.objects.FieldBase field, LongFieldValue value) -
Uses of LongFieldValue in com.yahoo.document.serialization
Methods in com.yahoo.document.serialization with parameters of type LongFieldValueModifier and TypeMethodDescriptionstatic voidXmlSerializationHelper.printLongXml(LongFieldValue l, XmlStream xml) Deprecated.voidFieldReader.read(com.yahoo.vespa.objects.FieldBase field, LongFieldValue value) Read in the value of long fieldvoidVespaDocumentDeserializer6.read(com.yahoo.vespa.objects.FieldBase field, LongFieldValue value) Deprecated, for removal: This API element is subject to removal in a future version.voidFieldWriter.write(com.yahoo.vespa.objects.FieldBase field, LongFieldValue value) Writes the value of a long field.voidVespaDocumentSerializer6.write(com.yahoo.vespa.objects.FieldBase field, LongFieldValue value) Deprecated, for removal: This API element is subject to removal in a future version.Write out the value of long field -
Uses of LongFieldValue in com.yahoo.vespaxmlparser
Methods in com.yahoo.vespaxmlparser with parameters of type LongFieldValueModifier and TypeMethodDescriptionvoidVespaXMLFieldReader.read(com.yahoo.vespa.objects.FieldBase field, LongFieldValue value)