Package org.hibernate.validator.constraints

This package contains the Hibernate Validator specific constraints.

See:
          Description

Annotation Types Summary
CreditCardNumber The annotated element has to represent a valid credit card number.
Email The string has to be a well-formed email address.
Length Validate that the string is between min and max included.
NotBlank Validate that the annotated string is not null or empty.
NotEmpty Asserts that the annotated string, collection, map or array is not null or empty.
Range The annotated element has to be in the appropriate range.
URL Validate that the string is a valid URL.
 

Package org.hibernate.validator.constraints Description

This package contains the Hibernate Validator specific constraints.



Copyright © 2007-2010. All Rights Reserved.