Package org.javalite.validation
package org.javalite.validation
Data validation , see
Validations.
-
ClassDescriptionIf you are looking conversion, use
DateToStringConverter
.Collection of error messages generated by validation process.As the name implies, it is implicit, and used internally by ActiveWeb when converting request values into Java beans.This class is used to pull messages from a resource bundle calledactivejdbc_messages
.Validator designed for use of regular expressions.Validates presence and correct format of a string.ValidationBuilder<T extends Validator>Manages validators and converters.Subclass this class to create custom validators.