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