Uses of Class
io.github.mmm.validation.number.ValidatorBuilderInteger
-
Packages that use ValidatorBuilderInteger Package Description io.github.mmm.property.builder.number Contains property builders for the standardNumber
types.io.github.mmm.validation.number Contains validation support forNumber
and its common sub-types. -
-
Uses of ValidatorBuilderInteger in io.github.mmm.property.builder.number
Methods in io.github.mmm.property.builder.number that return ValidatorBuilderInteger Modifier and Type Method Description protected ValidatorBuilderInteger<IntegerPropertyBuilder>
IntegerPropertyBuilder. createValidatorBuilder()
-
Uses of ValidatorBuilderInteger in io.github.mmm.validation.number
Methods in io.github.mmm.validation.number that return ValidatorBuilderInteger Modifier and Type Method Description ValidatorBuilderInteger<PARENT>
ValidatorBuilderInteger. range(int min, int max)
-