Uses of Class
org.hibernate.validator.ValidatorClass

Packages that use ValidatorClass
org.hibernate.validator   
 

Uses of ValidatorClass in org.hibernate.validator
 

Classes in org.hibernate.validator with annotations of type ValidatorClass
 interface AssertFalse
          The annotated property has to be false.
 interface AssertTrue
          The annotated element has to be true
 interface Email
          The string has to be a well-formed email address
 interface Future
          Check that a Date, a Calendar, or a string representation apply in the future
 interface Length
          Apply some length restrictions to the annotated element.
 interface Max
          max restriction on a numeric annotated element
 interface Min
          min restriction on a numeric annotated elemnt (or the string representation of a numeric)
 interface NotNull
          not null constraint
 interface Past
          Check that a Date, a Calendar, or a string representation apply in the past
 interface Pattern
          The annotated element must follow the regexp pattern
 interface Range
          The annotated elemnt has to be in the appropriate range.
 interface Size
          Size range for Arrays, Collections or Maps