Package org.javalid.core.validator

Interface Summary
JavalidValidator<T extends Annotation> This interface is the contract for a class that performs validation for an annotation.
 

Class Summary
BetweenLengthValidatorImpl This class is responsible for validating the BetweenLength annotation.
CollectionSizeValidatorImpl This class is responsible for validating the CollectionSize annotation.
DateCheckValidatorImpl Validator implementation for the @DateCheck annotation
JvConfigurationWrapper Wrapper class that is exposed to validator's implementations.
LovConstraintValidatorImpl This class is responsible for validating the LovConstraint annotation.
MaxLengthValidatorImpl This class is responsible for validating the MaxLength annotation.
MaxValueValidatorImpl This class is responsible for validating the MaxValue annotation.
MessageCodes This class contains all JV error messages as constants (the pre-defined ones at least)
MinLengthValidatorImpl This class is responsible for validating the MinLength annotation.
MinValueValidatorImpl This class is responsible for validating the MinValue annotation.
NotEmptyValidatorImpl This class is responsible for validating the NotEmpty annotation.
NotNullValidatorImpl This class is responsible for validating the NotNull annotation.
RegularExpressionValidatorImpl This class is responsible for validating the RegularExpression annotation.
ValidateListValidatorImpl This class is responsible for validating the ValidateList annotation.
ValidateMapValidatorImpl This class is responsible for validating the ValidateMap annotation.
ValidatorSupport Contains a couple of shared methods used by the standard JavalidValidator implementation classes and some other core classes.