Uses of Class
com.yahoo.document.datatypes.PredicateFieldValue
Packages that use PredicateFieldValue
Package
Description
Infrastructure for building Vespa documents and feed operations from JSON.
-
Uses of PredicateFieldValue in com.yahoo.document.datatypes
Methods in com.yahoo.document.datatypes that return PredicateFieldValueModifier and TypeMethodDescriptionPredicateFieldValue.clone()PredicateFieldValue.setPredicate(com.yahoo.document.predicate.Predicate predicate) -
Uses of PredicateFieldValue in com.yahoo.document.json
Methods in com.yahoo.document.json with parameters of type PredicateFieldValueModifier and TypeMethodDescriptionstatic voidJsonSerializationHelper.serializePredicateField(com.fasterxml.jackson.core.JsonGenerator generator, com.yahoo.vespa.objects.FieldBase field, PredicateFieldValue value) voidJsonWriter.write(com.yahoo.vespa.objects.FieldBase field, PredicateFieldValue value) -
Uses of PredicateFieldValue in com.yahoo.document.serialization
Methods in com.yahoo.document.serialization with parameters of type PredicateFieldValueModifier and TypeMethodDescriptionvoidFieldReader.read(com.yahoo.vespa.objects.FieldBase field, PredicateFieldValue value) Read in the value of predicate fieldvoidVespaDocumentDeserializer6.read(com.yahoo.vespa.objects.FieldBase field, PredicateFieldValue value) Deprecated, for removal: This API element is subject to removal in a future version.voidFieldWriter.write(com.yahoo.vespa.objects.FieldBase field, PredicateFieldValue value) Writes the value of a predicate field.voidVespaDocumentSerializer6.write(com.yahoo.vespa.objects.FieldBase field, PredicateFieldValue value) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PredicateFieldValue in com.yahoo.vespaxmlparser
Methods in com.yahoo.vespaxmlparser with parameters of type PredicateFieldValueModifier and TypeMethodDescriptionvoidVespaXMLFieldReader.read(com.yahoo.vespa.objects.FieldBase field, PredicateFieldValue value)