Package jodd.vtor.constraint

Various constraints and corresponding annotations.

See:
          Description

Class Summary
AssertFalseConstraint  
AssertTrueConstraint  
AssertValidConstraint Special annotation that validates inner context of provided value.
EqualToDeclaredFieldConstraint  
EqualToFieldConstraint  
HasSubstringConstraint  
LengthConstraint  
MaxConstraint  
MaxLengthConstraint  
MinConstraint  
MinLengthConstraint  
NotBlankConstraint  
NotNullConstraint  
RangeConstraint  
SizeConstraint  
TimeAfterConstraint  
TimeBeforeConstraint  
WildcardMatchConstraint  
WildcardPathMatchConstraint  
 

Annotation Types Summary
AssertFalse  
AssertTrue  
AssertValid Marker for to validate the target.
EqualToDeclaredField  
EqualToField  
HasSubstring  
Length  
Max  
MaxLength  
Min  
MinLength  
NotBlank  
NotNull  
Range  
Size  
TimeAfter  
TimeBefore  
WildcardMatch  
WildcardPathMatch  
 

Package jodd.vtor.constraint Description

Various constraints and corresponding annotations. Most constraints has public static valid() method so they can be used independently.



Copyright © 2003-2013 Jodd Team