Uses of Interface
io.debezium.document.Document.Field
Packages that use Document.Field
-
Uses of Document.Field in io.debezium.document
Classes in io.debezium.document that implement Document.FieldModifier and TypeClassDescription(package private) final classPackage-level implementation of aDocument.Fieldinside aDocument.Fields in io.debezium.document with type parameters of type Document.FieldModifier and TypeFieldDescription(package private) static final Function<Map.Entry<? extends CharSequence,Value>, Document.Field> BasicDocument.CONVERT_ENTRY_TO_FIELDMethods in io.debezium.document that return Document.FieldModifier and TypeMethodDescriptionstatic Document.Fieldstatic Document.Fielddefault Document.FieldDocument.getField(CharSequence fieldName) Gets the field in this document with the given field name.Methods in io.debezium.document that return types with arguments of type Document.FieldModifier and TypeMethodDescriptiondefault Stream<Document.Field>Find a document at the given path and obtain a stream over its fields.default Stream<Document.Field>Find the document at the given field name and obtain a stream over its fields.BasicDocument.iterator()default Stream<Document.Field>Document.stream()Returns a sequentialStreamwith this array as its source.Methods in io.debezium.document with parameters of type Document.FieldModifier and TypeMethodDescriptionintBasicField.compareTo(Document.Field that) default intDocument.Field.compareTo(Document.Field that) default DocumentDocument.setValue(Document.Field field) Set the field on this document.Method parameters in io.debezium.document with type arguments of type Document.FieldModifier and TypeMethodDescriptionBasicDocument.putAll(Iterable<Document.Field> object) default DocumentDocument.putAll(Iterable<Document.Field> fields) Sets on this object all name/value pairs from the supplied object.default DocumentDocument.putAll(Iterable<Document.Field> fields, Predicate<CharSequence> acceptableFieldNames) Attempts to copy all of the acceptable fields from the source and set on this document, overwriting any existing values.default DocumentDocument.putAll(Iterator<Document.Field> fields) Sets on this object all name/value pairs from the supplied object.