Uses of Class
jodd.vtor.Constraint

Packages that use Constraint
jodd.vtor.constraint Various constraints and corresponding annotations. 
 

Uses of Constraint in jodd.vtor.constraint
 

Classes in jodd.vtor.constraint with annotations of type Constraint
 interface AssertFalse
           
 interface AssertTrue
           
 interface AssertValid
          Marker for to validate the target.
 interface EqualToDeclaredField
           
 interface EqualToField
           
 interface HasSubstring
           
 interface Length
           
 interface Max
           
 interface MaxLength
           
 interface Min
           
 interface MinLength
           
 interface NotBlank
           
 interface NotNull
           
 interface Range
           
 interface Size
           
 interface TimeAfter
           
 interface TimeBefore
           
 interface WildcardMatch
           
 interface WildcardPathMatch