Uses of Class
com.yahoo.document.datatypes.StructuredFieldValue
Packages that use StructuredFieldValue
Package
Description
Infrastructure for building Vespa documents and feed operations from JSON.
-
Uses of StructuredFieldValue in com.yahoo.document
Subclasses of StructuredFieldValue in com.yahoo.documentModifier and TypeClassDescriptionclassA document is an identifiable set of value bindings of adocument type.Methods in com.yahoo.document that return StructuredFieldValueModifier and TypeMethodDescriptionabstract StructuredFieldValueStructuredDataType.createFieldValue()Methods in com.yahoo.document with parameters of type StructuredFieldValueModifier and TypeMethodDescriptionExtendedField.Extract.get(StructuredFieldValue doc) ExtendedStringField.ExtractSpanTrees.get(StructuredFieldValue doc) static ObjectSimpleDocument.get(StructuredFieldValue struct, Field field) ExtendedField.getFieldValue(StructuredFieldValue doc) ExtendedStringField.getFieldValue(StructuredFieldValue doc) static ObjectSimpleDocument.remove(StructuredFieldValue struct, Field field) voidExtendedField.Extract.set(StructuredFieldValue doc, Object value) voidExtendedStringField.ExtractSpanTrees.set(StructuredFieldValue doc, Map<String, SpanTree> trees) static ObjectSimpleDocument.set(StructuredFieldValue struct, Field field, Object value) ExtendedField.setFieldValue(StructuredFieldValue doc, FieldValue fv) ExtendedStringField.setFieldValue(StructuredFieldValue doc, FieldValue fv) -
Uses of StructuredFieldValue in com.yahoo.document.datatypes
Subclasses of StructuredFieldValue in com.yahoo.document.datatypesMethods in com.yahoo.document.datatypes with parameters of type StructuredFieldValueModifier and TypeMethodDescriptionvoidStruct.assignFrom(StructuredFieldValue sfv) Clears this and assigns from the givenStructuredFieldValue -
Uses of StructuredFieldValue in com.yahoo.document.json
Methods in com.yahoo.document.json with parameters of type StructuredFieldValueModifier and TypeMethodDescriptionstatic voidJsonSerializationHelper.serializeStructuredField(FieldWriter fieldWriter, com.fasterxml.jackson.core.JsonGenerator generator, com.yahoo.vespa.objects.FieldBase field, StructuredFieldValue value) voidJsonWriter.write(com.yahoo.vespa.objects.FieldBase field, StructuredFieldValue value) -
Uses of StructuredFieldValue in com.yahoo.document.json.readers
Methods in com.yahoo.document.json.readers with parameters of type StructuredFieldValueModifier and TypeMethodDescriptionstatic booleanStructReader.fillStruct(TokenBuffer buffer, StructuredFieldValue parent, boolean ignoreUndefinedFields) Fills this struct. -
Uses of StructuredFieldValue in com.yahoo.document.serialization
Methods in com.yahoo.document.serialization with parameters of type StructuredFieldValueModifier and TypeMethodDescriptionvoidFieldReader.read(com.yahoo.vespa.objects.FieldBase field, StructuredFieldValue value) Read in the value of structured fieldvoidVespaDocumentDeserializer6.read(com.yahoo.vespa.objects.FieldBase field, StructuredFieldValue value) Deprecated, for removal: This API element is subject to removal in a future version.voidFieldWriter.write(com.yahoo.vespa.objects.FieldBase field, StructuredFieldValue value) Writes the value of a structured field.voidVespaDocumentSerializer6.write(com.yahoo.vespa.objects.FieldBase field, StructuredFieldValue s) Deprecated, for removal: This API element is subject to removal in a future version.Write out the value of structured field -
Uses of StructuredFieldValue in com.yahoo.vespaxmlparser
Methods in com.yahoo.vespaxmlparser with parameters of type StructuredFieldValueModifier and TypeMethodDescriptionvoidVespaXMLFieldReader.read(com.yahoo.vespa.objects.FieldBase field, StructuredFieldValue value)