Uses of Class
net.sf.oval.configuration.annotation.Constraints

Packages that use Constraints
net.sf.oval.constraint This package contains the standard single-value validation constraints in form of Java5 Annotations that can be tagged to class fields, constructor parameters, method parameters and getter method return values. 
 

Uses of Constraints in net.sf.oval.constraint
 

Classes in net.sf.oval.constraint with annotations of type Constraints
static interface Assert.List
           
static interface AssertConstraintSet.List
           
static interface AssertFalse.List
           
static interface AssertFieldConstraints.List
           
static interface AssertNull.List
           
static interface AssertTrue.List
           
static interface AssertURL.List
           
static interface AssertValid.List
           
static interface CheckWith.List
           
static interface DateRange.List
           
static interface Digits.List
           
static interface Email.List
           
static interface EqualToField.List
           
static interface Future.List
           
static interface HasSubstring.List
           
static interface InstanceOf.List
           
static interface InstanceOfAny.List
           
static interface Length.List
           
static interface MatchPattern.List
           
static interface Max.List
           
static interface MaxLength.List
           
static interface MaxSize.List
           
static interface MemberOf.List
           
static interface Min.List
           
static interface MinLength.List
           
static interface MinSize.List
           
static interface NoSelfReference.List
           
static interface NotBlank.List
           
static interface NotEmpty.List
           
static interface NotEqual.List
           
static interface NotEqualToField.List
           
static interface NotMatchPattern.List
           
static interface NotMemberOf.List
           
static interface NotNegative.List
           
static interface NotNull.List
           
static interface Past.List
           
static interface Range.List
           
static interface Size.List
           
static interface ValidateWithMethod.List
           
 



Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.