Uses of Interface
io.debezium.document.Array.Entry
Packages that use Array.Entry
-
Uses of Array.Entry in io.debezium.document
Classes in io.debezium.document that implement Array.EntryModifier and TypeClassDescription(package private) final classPackage-level implementation ofArray.Entryin anArray.Fields in io.debezium.document with type parameters of type Array.EntryModifier and TypeFieldDescriptionprivate static final BiFunction<Integer,Value, Array.Entry> BasicArray.CONVERT_PAIR_TO_ENTRYMethods in io.debezium.document that return types with arguments of type Array.EntryModifier and TypeMethodDescriptionBasicArray.iterator()default Stream<Array.Entry>Array.streamEntries()Returns a sequentialStreamwith this array as its source.Methods in io.debezium.document with parameters of type Array.EntryModifier and TypeMethodDescriptiondefault intArray.Entry.compareTo(Array.Entry that) intBasicEntry.compareTo(Array.Entry that) Method parameters in io.debezium.document with type arguments of type Array.EntryModifier and TypeMethodDescriptiondefault ArrayArray.putAll(Iterable<Array.Entry> entries) Sets on this object all key/value pairs from the supplied map.