Uses of Interface
io.debezium.document.ArrayWriter
-
Packages that use ArrayWriter Package Description io.debezium.document -
-
Uses of ArrayWriter in io.debezium.document
Classes in io.debezium.document that implement ArrayWriter Modifier and Type Class Description (package private) classJacksonWriterADocumentWriterandArrayWriterthat uses the Jackson library to write JSON.Fields in io.debezium.document declared as ArrayWriter Modifier and Type Field Description private static ArrayWriterArraySerdes. ARRAY_WRITERMethods in io.debezium.document that return ArrayWriter Modifier and Type Method Description static ArrayWriterArrayWriter. defaultWriter()Get the default ArrayWriter instance.static ArrayWriterArrayWriter. prettyWriter()Get the default ArrayWriter instance that outputs nicely-formatted JSON arrays.
-