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 intcompareTo(Document.Field that) getName()Get the name of the fieldgetValue()Get the value of the field.default booleandefault booleanisNull()
-
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:
compareToin interfaceComparable<Document.Field>
-