Package ch.tocco.nice2.validate.api.validators
package ch.tocco.nice2.validate.api.validators
-
ClassDescriptionA group that can contain validators and groups recursively.Abstract base class for validators.Marker interface, needed because of the instrumenting to have the correct type.Email Address validator.Base interface for the Group Validators (validators containing other validators of any kind).Static utility methods for dealing with
group validators
.A restricted, non-modifiable view on aGroupValidator
.Verifies that a field contains a valid IBAN.Verifies that the length of a string is within the borders specified (min/max).Verifies that a field is filled in.Verifies that a number is within an allowed range.Validates phone numbers.Validator that acts based on regular expressions.URL (web address) validator.A validator to check if data matches expected rules.Defines how to merge the constraint properties of two validators.Used in the GroupValidatorView to decide if a validator is visible or not.