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.
EqualToFieldConstraint  
HasSubstringConstraint  
LengthConstraint  
MaxConstraint  
MaxLengthConstraint  
MinConstraint  
MinLengthConstraint  
NotBlankConstraint  
NotNullConstraint  
RangeConstraint  
SizeConstraint  
WildcardMatchConstraint  
 

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

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-2011 Jodd Team