Uses of Interface
io.debezium.document.ArrayWriter
Packages that use ArrayWriter
-
Uses of ArrayWriter in io.debezium.document
Classes in io.debezium.document that implement ArrayWriterModifier and TypeClassDescription(package private) final classADocumentWriterandArrayWriterthat uses the Jackson library to write JSON.Fields in io.debezium.document declared as ArrayWriterMethods in io.debezium.document that return ArrayWriterModifier and TypeMethodDescriptionstatic ArrayWriterArrayWriter.defaultWriter()Get the default ArrayWriter instance.static ArrayWriterArrayWriter.prettyWriter()Get the default ArrayWriter instance that outputs nicely-formatted JSON arrays.