Uses of Enum
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 type with the specified name.static Field.Group[]Field.Group.values()Returns an array containing the constants of this enum type, 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)