Package io.debezium.document
Interface Document.Field
- All Superinterfaces:
Comparable<Document.Field>
- All Known Implementing Classes:
BasicField
- Enclosing interface:
Document
-
Method Summary
Modifier and TypeMethodDescriptiondefault int
compareTo
(Document.Field that) getName()
Get the name of the fieldgetValue()
Get the value of the field.default boolean
default boolean
isNull()
-
Method Details
-
getName
CharSequence getName()Get the name of the field- Returns:
- the field's name; never null
-
getValue
Value getValue()Get the value of the field.- Returns:
- the field's value; may be null
-
isNull
default boolean isNull() -
isNotNull
default boolean isNotNull() -
compareTo
- Specified by:
compareTo
in interfaceComparable<Document.Field>
-