Uses of Enum Class
io.debezium.config.Field.Group
Packages that use Field.Group
-
Uses of Field.Group in io.debezium.config
Fields in io.debezium.config declared as Field.GroupMethods in io.debezium.config that return Field.GroupModifier and TypeMethodDescriptionField.GroupEntry.getGroup()static Field.GroupReturns the enum constant of this class with the specified name.static Field.Group[]Field.Group.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.debezium.config with parameters of type Field.GroupModifier and TypeMethodDescriptionstatic Field.GroupEntryField.createGroupEntry(Field.Group group) static Field.GroupEntryField.createGroupEntry(Field.Group group, int positionInGroup) Constructors in io.debezium.config with parameters of type Field.GroupModifierConstructorDescription(package private)GroupEntry(Field.Group group, int positionInGroup)