Uses of Package
org.hibernate.validator

Packages that use org.hibernate.validator
org.hibernate.validator   
org.hibernate.validator.interpolator   
 

Classes in org.hibernate.validator used by org.hibernate.validator
AbstractLuhnValidator
          Implement the Luhn algorithm (with Luhn key on the last digit)
AssertFalse
          The annotated property has to be false.
AssertTrue
          The annotated element has to be true
ClassValidator
          Engine that take a bean and check every expressed annotation restrictions
CreditCardNumber
          The annotated element has to represent a valid credit card number.
Digits
          Check that a given number has integerDigits integer digits and fractionalDigits fractional digits The constraints are defined at the database level too
EAN
          The annotated element has to represent an EAN-13 or UPC-A which aims to check for user mistake, not actual number validity!
Email
          The string has to be a well-formed email address
Future
          Check that a Date, a Calendar, or a string representation apply in the future
InvalidValue
          A single violation of a class level or method level constraint.
Length
          Apply some length restrictions to the annotated element.
Max
          max restriction on a numeric annotated element
MessageInterpolator
          Responsible for validator message interpolation (variable replacement etc) this extension point is useful if the call has some contextual informations to interpolate in validator messages
Min
          min restriction on a numeric annotated elemnt (or the string representation of a numeric)
NotEmpty
          Check that a String is not empty (not null and length > 0) or that a Collection (or array) is not empty (not null and length > 0)
NotNull
          not null constraint
Past
          Check that a Date, a Calendar, or a string representation apply in the past
Pattern
          The annotated element must follow the regexp pattern
PropertyConstraint
          Interface implemented by the validator when a constraint may be represented in a hibernate metadata property
Range
          The annotated elemnt has to be in the appropriate range.
Size
          Size range for Arrays, Collections or Maps
Validator
          A constraint validator for a particular annotation
ValidatorClass
          Link between an constraint annotation and it's validator implementation
 

Classes in org.hibernate.validator used by org.hibernate.validator.interpolator
MessageInterpolator
          Responsible for validator message interpolation (variable replacement etc) this extension point is useful if the call has some contextual informations to interpolate in validator messages
Validator
          A constraint validator for a particular annotation
 



Copyright © 2009. All Rights Reserved.