Uses of Interface
net.sf.oval.configuration.annotation.AnnotationCheck

Packages that use AnnotationCheck
net.sf.oval.configuration.annotation   
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 AnnotationCheck in net.sf.oval.configuration.annotation
 

Classes in net.sf.oval.configuration.annotation that implement AnnotationCheck
 class AbstractAnnotationCheck<ConstraintAnnotation extends Annotation>
          Partial implementation of check classes configurable via annotations.
 

Methods in net.sf.oval.configuration.annotation that return AnnotationCheck
protected
<ConstraintAnnotation extends Annotation>
AnnotationCheck<ConstraintAnnotation>
AnnotationsConfigurer.initializeCheck(ConstraintAnnotation constraintAnnotation)
           
protected
<ConstraintAnnotation extends Annotation>
AnnotationCheck<ConstraintAnnotation>
AnnotationsConfigurer.newCheckInstance(Class<AnnotationCheck<ConstraintAnnotation>> checkClass)
           
 

Method parameters in net.sf.oval.configuration.annotation with type arguments of type AnnotationCheck
protected
<ConstraintAnnotation extends Annotation>
AnnotationCheck<ConstraintAnnotation>
AnnotationsConfigurer.newCheckInstance(Class<AnnotationCheck<ConstraintAnnotation>> checkClass)
           
 

Uses of AnnotationCheck in net.sf.oval.constraint
 

Classes in net.sf.oval.constraint that implement AnnotationCheck
 class AssertCheck
           
 class AssertConstraintSetCheck
           
 class AssertFalseCheck
           
 class AssertFieldConstraintsCheck
           
 class AssertNullCheck
           
 class AssertTrueCheck
           
 class AssertURLCheck
           
 class AssertValidCheck
           
 class CheckWithCheck
           
 class DateRangeCheck
           
 class DigitsCheck
           
 class EmailCheck
           
 class EqualToFieldCheck
           
 class FutureCheck
           
 class HasSubstringCheck
           
 class InstanceOfAnyCheck
           
 class InstanceOfCheck
           
 class LengthCheck
           
 class MatchPatternCheck
           
 class MaxCheck
           
 class MaxLengthCheck
           
 class MaxSizeCheck
           
 class MemberOfCheck
           
 class MinCheck
           
 class MinLengthCheck
           
 class MinSizeCheck
           
 class NoSelfReferenceCheck
           
 class NotBlankCheck
           
 class NotEmptyCheck
           
 class NotEqualCheck
           
 class NotEqualToFieldCheck
           
 class NotMatchPatternCheck
           
 class NotMemberOfCheck
           
 class NotNegativeCheck
           
 class NotNullCheck
           
 class PastCheck
           
 class RangeCheck
           
 class SizeCheck
           
 class ValidateWithMethodCheck
           
 



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