Uses of Package
org.hibernate.validator

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

Classes in org.hibernate.validator used by org.hibernate.validator
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
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
Min
          min restriction on a numeric annotated elemnt (or the string representation of a numeric)
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