Uses of Interface
com.yahoo.document.serialization.DocumentUpdateReader
Packages that use DocumentUpdateReader
Package
Description
-
Uses of DocumentUpdateReader in com.yahoo.document
Constructors in com.yahoo.document with parameters of type DocumentUpdateReaderModifierConstructorDescriptionDocumentUpdate(DocumentUpdateReader reader) Creates a new document update using a reader -
Uses of DocumentUpdateReader in com.yahoo.document.fieldpathupdate
Methods in com.yahoo.document.fieldpathupdate with parameters of type DocumentUpdateReaderModifier and TypeMethodDescriptionstatic FieldPathUpdateFieldPathUpdate.create(FieldPathUpdate.Type type, DocumentType docType, DocumentUpdateReader reader) Constructors in com.yahoo.document.fieldpathupdate with parameters of type DocumentUpdateReaderModifierConstructorDescriptionAddFieldPathUpdate(DocumentType type, DocumentUpdateReader reader) AssignFieldPathUpdate(DocumentType type, DocumentUpdateReader reader) Creates an assign update from a serialized object.FieldPathUpdate(FieldPathUpdate.Type updType, DocumentType docType, DocumentUpdateReader reader) RemoveFieldPathUpdate(DocumentType type, DocumentUpdateReader reader) -
Uses of DocumentUpdateReader in com.yahoo.document.serialization
Subinterfaces of DocumentUpdateReader in com.yahoo.document.serializationModifier and TypeInterfaceDescriptioninterfaceInterface for de-serializing documents.Classes in com.yahoo.document.serialization that implement DocumentUpdateReaderModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classClass used for de-serializing documents on the current head document format. -
Uses of DocumentUpdateReader in com.yahoo.document.update
Constructors in com.yahoo.document.update with parameters of type DocumentUpdateReader -
Uses of DocumentUpdateReader in com.yahoo.vespaxmlparser
Classes in com.yahoo.vespaxmlparser that implement DocumentUpdateReader