Uses of Package
org.hibernate.validator.constraints

Packages that use org.hibernate.validator.constraints
org.hibernate.validator.constraints.impl This package contains the implementations of the built-in as well as Hibernate Validator specific constraints. 
 

Classes in org.hibernate.validator.constraints used by org.hibernate.validator.constraints.impl
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.
URL
          Validate that the string is a valid URL.
 



Copyright © 2007-2010. All Rights Reserved.