Package org.fuin.objects4j.validation

Class Summary
DateStrValidator Check that a given string is a well-formed date/time based on a pattern.
EmailAddressStrValidator Check that a given string is a well-formed email address.
PasswordStrValidator Check that a given string is an allowed password.
PropertiesContainValidator Check that a properties object contains a given number of expected keys.
UserIdStrValidator Check that a given string is a well-formed user id.
UUIDStrValidator Check that a given string is a valid UUID.
 

Annotation Types Summary
DateStr The string is a well-formed date/time based on a pattern.
EmailAddressStr The string has to be a well-formed email address.
NotEmpty The object is not null and not empty (it's size is at least one element).
PasswordStr The string has to be a password with a length between 8 and 20 characters.
PropertiesContain The properties object contains a number of expected keys.
UserIdStr The string has to be a valid user ID: 3-20 characters in length Lowercase letters (a-z) Numbers (0-9) Hyphens (-) Underscores (_) Starts not with an underscore, hyphen or number
UUIDStr The string has to be a valid UUID.
 



Copyright © 2010 Future Invent Informationsmanagement GmbH. All Rights Reserved.