Uses of Interface
io.debezium.document.DocumentReader
Packages that use DocumentReader
-
Uses of DocumentReader in io.debezium.document
Classes in io.debezium.document that implement DocumentReaderModifier and TypeClassDescription(package private) final classADocumentReaderandArrayReaderthat uses the Jackson library to read JSON.Fields in io.debezium.document declared as DocumentReaderModifier and TypeFieldDescriptionprivate static final DocumentReaderDocumentSerdes.DOCUMENT_READERMethods in io.debezium.document that return DocumentReaderModifier and TypeMethodDescriptionstatic DocumentReaderDocumentReader.defaultReader()Get the defaultDocumentReaderinstance.static DocumentReaderDocumentReader.floatNumbersAsTextReader()GetDocumentReaderinstance that returns fp numbers as text. -
Uses of DocumentReader in io.debezium.pipeline.signal
Fields in io.debezium.pipeline.signal declared as DocumentReaderConstructors in io.debezium.pipeline.signal with parameters of type DocumentReaderModifierConstructorDescriptionSignalProcessor(Class<? extends org.apache.kafka.connect.source.SourceConnector> connector, CommonConnectorConfig config, Map<String, SignalAction<P>> signalActions, List<SignalChannelReader> signalChannelReaders, DocumentReader documentReader, Offsets<P, O> previousOffsets) -
Uses of DocumentReader in io.debezium.relational.history
Fields in io.debezium.relational.history declared as DocumentReaderModifier and TypeFieldDescriptionprotected final DocumentReaderAbstractFileBasedSchemaHistory.documentReader