Uses of Class
com.yahoo.document.DocumentTypeManager
Packages that use DocumentTypeManager
Package
Description
Infrastructure for building Vespa documents and feed operations from JSON.
-
Uses of DocumentTypeManager in com.yahoo.document
Methods in com.yahoo.document that return DocumentTypeManagerModifier and TypeMethodDescriptionstatic DocumentTypeManagerDocumentTypeManagerConfigurer.configureNewManager(DocumentmanagerConfig config) static DocumentTypeManagerOnly for unit testsMethods in com.yahoo.document with parameters of type DocumentTypeManagerModifier and TypeMethodDescriptionstatic com.yahoo.config.subscription.ConfigSubscriberDocumentTypeManagerConfigurer.configure(DocumentTypeManager manager, String configId) Makes the DocumentTypeManager subscribe on its config.protected voidCollectionDataType.register(DocumentTypeManager manager, List<DataType> seenTypes) final voidDataType.register(DocumentTypeManager manager) Registers this type in the given document manager.protected voidDataType.register(DocumentTypeManager manager, List<DataType> seenTypes) protected voidDocumentType.register(DocumentTypeManager manager, List<DataType> seenTypes) protected voidMapDataType.register(DocumentTypeManager manager, List<DataType> seenTypes) protected voidStructuredDataType.register(DocumentTypeManager manager, List<DataType> seenTypes) Constructors in com.yahoo.document with parameters of type DocumentTypeManager -
Uses of DocumentTypeManager in com.yahoo.document.fieldset
Methods in com.yahoo.document.fieldset with parameters of type DocumentTypeManagerModifier and TypeMethodDescriptionFieldSetRepo.parse(DocumentTypeManager docMan, String fieldSet) -
Uses of DocumentTypeManager in com.yahoo.document.json
Constructors in com.yahoo.document.json with parameters of type DocumentTypeManagerModifierConstructorDescriptionJsonFeedReader(InputStream stream, DocumentTypeManager docMan) JsonReader(DocumentTypeManager typeManager, InputStream input, com.fasterxml.jackson.core.JsonFactory parserFactory) -
Uses of DocumentTypeManager in com.yahoo.document.serialization
Methods in com.yahoo.document.serialization that return DocumentTypeManagerModifier and TypeMethodDescriptionDocumentDeserializer.getTypeRepo()VespaDocumentDeserializer6.getTypeRepo()Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.yahoo.document.serialization with parameters of type DocumentTypeManagerModifier and TypeMethodDescriptionstatic DocumentDeserializerDocumentDeserializerFactory.create6(DocumentTypeManager manager, com.yahoo.io.GrowableByteBuffer buf) Deprecated, for removal: This API element is subject to removal in a future version.static DocumentDeserializerDocumentDeserializerFactory.createHead(DocumentTypeManager manager, com.yahoo.io.GrowableByteBuffer buf) Creates a de-serializer for the current head document format.Constructors in com.yahoo.document.serialization with parameters of type DocumentTypeManagerModifierConstructorDescriptionVespaDocumentDeserializerHead(DocumentTypeManager manager, com.yahoo.io.GrowableByteBuffer buffer) -
Uses of DocumentTypeManager in com.yahoo.vespaxmlparser
Methods in com.yahoo.vespaxmlparser that return DocumentTypeManagerConstructors in com.yahoo.vespaxmlparser with parameters of type DocumentTypeManagerModifierConstructorDescriptionVespaXMLDocumentReader(InputStream stream, DocumentTypeManager docTypeManager) Creates a reader that reads from the given stream.VespaXMLDocumentReader(String fileName, DocumentTypeManager docTypeManager) Creates a reader that reads from the given file.VespaXMLDocumentReader(XMLStreamReader reader, DocumentTypeManager docTypeManager) Creates a reader that reads using the given reader.VespaXMLFeedReader(InputStream stream, DocumentTypeManager docTypeManager) Creates a reader that reads from the given stream.VespaXMLFeedReader(String fileName, DocumentTypeManager docTypeManager) Creates a reader that reads from the given file.VespaXMLFieldReader(InputStream stream, DocumentTypeManager docTypeManager) VespaXMLFieldReader(String fileName, DocumentTypeManager docTypeManager) VespaXMLFieldReader(XMLStreamReader reader, DocumentTypeManager docTypeManager) VespaXMLReader(InputStream stream, DocumentTypeManager docTypeManager) VespaXMLReader(String fileName, DocumentTypeManager docTypeManager) VespaXMLReader(XMLStreamReader reader, DocumentTypeManager docTypeManager) VespaXMLUpdateReader(InputStream stream, DocumentTypeManager docTypeManager) VespaXMLUpdateReader(String fileName, DocumentTypeManager docTypeManager) VespaXMLUpdateReader(XMLStreamReader reader, DocumentTypeManager docTypeManager)