Uses of Class
com.yahoo.document.datatypes.Struct
Packages that use Struct
Package
Description
Infrastructure for building Vespa documents and feed operations from JSON.
-
Uses of Struct in com.yahoo.document
Methods in com.yahoo.document that return StructModifier and TypeMethodDescriptionStructDataType.createFieldValue()static StructPositionDataType.fromLong(long val) static StructPositionDataType.fromString(String str) static StructMethods in com.yahoo.document with parameters of type Struct -
Uses of Struct in com.yahoo.document.datatypes
Methods in com.yahoo.document.datatypes that return Struct -
Uses of Struct in com.yahoo.document.internal
Methods in com.yahoo.document.internal with parameters of type StructModifier and TypeMethodDescriptionGeoPosType.fmtLatitude(Struct pos) GeoPosType.fmtLongitude(Struct pos) doubleGeoPosType.getLatitude(Struct pos) doubleGeoPosType.getLongitude(Struct pos) -
Uses of Struct in com.yahoo.document.json
Methods in com.yahoo.document.json with parameters of type StructModifier and TypeMethodDescriptionstatic voidJsonSerializationHelper.serializeStructField(FieldWriter fieldWriter, com.fasterxml.jackson.core.JsonGenerator generator, com.yahoo.vespa.objects.FieldBase field, Struct value) void -
Uses of Struct in com.yahoo.document.serialization
Methods in com.yahoo.document.serialization with parameters of type StructModifier and TypeMethodDescriptionstatic voidXmlSerializationHelper.printStructXml(Struct s, XmlStream xml) Deprecated.voidRead in the value of struct fieldvoidDeprecated, for removal: This API element is subject to removal in a future version.voidWrites the value of a struct field.voidDeprecated, for removal: This API element is subject to removal in a future version.Write out the value of struct field -
Uses of Struct in com.yahoo.vespaxmlparser
Methods in com.yahoo.vespaxmlparser with parameters of type Struct