Uses of Class
io.debezium.config.Field.RangeValidator
-
Packages that use Field.RangeValidator Package Description io.debezium.config -
-
Uses of Field.RangeValidator in io.debezium.config
Methods in io.debezium.config that return Field.RangeValidator Modifier and Type Method Description static Field.RangeValidatorField.RangeValidator. atLeast(Number min)A validator that checks only the lower numerical bound.static Field.RangeValidatorField.RangeValidator. between(Number min, Number max)A validator that checks both the upper and lower bound.
-