Uses of Interface
org.javalite.validation.Validator
Packages that use Validator
-
Uses of Validator in org.javalite.validation
Classes in org.javalite.validation with type parameters of type ValidatorClasses in org.javalite.validation that implement ValidatorModifier and TypeClassDescriptionclassclassIf you are looking conversion, useDateToStringConverter.classclassclassclassclassValidates presence and correct format of a string.classSubclass this class to create custom validators.Methods in org.javalite.validation that return types with arguments of type ValidatorMethods in org.javalite.validation with parameters of type ValidatorModifier and TypeMethodDescriptionvoidValidatable.addFailedValidator(Validator validator, String errorKey)This method is not to add validators for future processing.voidValidationSupport.addFailedValidator(Validator validator, String errorKey)voidErrors.addValidator(String attributeName, Validator validator)Adds a validator whose validation failed.voidValidationSupport.removeValidator(Validator validator)ValidationSupport.validateWith(Validator validator)Method parameters in org.javalite.validation with type arguments of type Validator -
Uses of Validator in org.javalite.validation.length
Classes in org.javalite.validation.length that implement Validator