Uses of Class
io.debezium.config.Field.Group
-
Packages that use Field.Group Package Description io.debezium.config -
-
Uses of Field.Group in io.debezium.config
Fields in io.debezium.config declared as Field.Group Modifier and Type Field Description private Field.GroupField.GroupEntry. groupMethods in io.debezium.config that return Field.Group Modifier and Type Method Description Field.GroupField.GroupEntry. getGroup()static Field.GroupField.Group. valueOf(String name)Returns 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.Group Modifier and Type Method Description static 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.Group Constructor Description GroupEntry(Field.Group group, int positionInGroup)
-