Uses of Package
org.hibernate.validator.constraints

Packages that use org.hibernate.validator.constraints
org.hibernate.validator.constraints Hibernate Validator specific constraints. 
org.hibernate.validator.constraints.impl Implementations of the Bean Validation built-in as well as Hibernate Validator specific constraints. 
org.hibernate.validator.metadata Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. 
 

Classes in org.hibernate.validator.constraints used by org.hibernate.validator.constraints
CompositionType
          The Enum CompositionType which is used as argument to the annotation ConstraintComposition.
SafeHtml.WhiteListType
          Defines default whitelist implementations
 

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.
SafeHtml
          Validate a rich text value provided by the user to ensure that it contains no malicious code, such as embedded <script> elements.
ScriptAssert
           A class-level constraint, that evaluates a script expression against the annotated element.
URL
          Validate that the string is a valid URL.
 

Classes in org.hibernate.validator.constraints used by org.hibernate.validator.metadata
CompositionType
          The Enum CompositionType which is used as argument to the annotation ConstraintComposition.
 



Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved