Package com.yahoo.document.serialization
Interface DocumentUpdateReader
- All Known Subinterfaces:
DocumentDeserializer
- All Known Implementing Classes:
VespaDocumentDeserializer6,VespaDocumentDeserializerHead,VespaXMLUpdateReader
public interface DocumentUpdateReader
This interface is used to implement custom deserialization of document updates.
- Author:
- Thomas Gundersen
-
Method Summary
Modifier and TypeMethodDescriptionvoidread(DocumentUpdate update) voidread(AddFieldPathUpdate update) voidread(AssignFieldPathUpdate update) voidread(FieldPathUpdate update) voidread(RemoveFieldPathUpdate update) voidread(FieldUpdate update)
-
Method Details
-
read
-
read
-
read
-
read
-
read
-
read
-
readDocumentId
DocumentId readDocumentId() -
readDocumentType
DocumentType readDocumentType()
-