All Classes and Interfaces

Class
Description
Validator that is composed out of a set of individual validators given at construction.
Abstract base implementation of ValidationResult.
This is the abstract base class all Validator implementations should extend.
This is the abstract base implementation of Validator.
Validator that is composed out of a set of individual validators given at construction.
Validator that projects (maps) the performs the validation using other Validator(s) on the result.
This is the abstract interface for an object, that can be validated.
ApplicationException if a validation failed.
Implementation of ValidationResult for a failure without I18N support.
Result of a validation.
Builder to collect ValidationResults and build the aggregated end-result.
A Validator allows to validate according values.
This is the interface for a registry where Validators can be added.