Uses of Package
net.sf.oval

Packages that use net.sf.oval
net.sf.oval   
net.sf.oval.configuration   
net.sf.oval.configuration.annotation   
net.sf.oval.configuration.pojo.elements   
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. 
net.sf.oval.constraint.exclusion   
net.sf.oval.exception This package contains validation exceptions that are thrown if validation errors occur. 
net.sf.oval.guard This package contains classes that are relevant for OVal's programming by contract feature. 
net.sf.oval.integration.spring   
net.sf.oval.internal This package contains some internally used classes. 
 

Classes in net.sf.oval used by net.sf.oval
Check
          interface for classes that can check/validate if a constraint is satisfied
CheckExclusion
          interface for classes that can exclude the checking of constraints
ConstraintSet
           
ConstraintTarget
           
ConstraintViolation
          An instance of this class provides detailed information about a single constraint violation that occurred during validation.
IValidator
          An interface implemented by Validator for easier mocking.
Validator
          Instances of this class can validate objects based on declared constraints.
Validator.DelegatingParameterNameResolver
           
 

Classes in net.sf.oval used by net.sf.oval.configuration
Check
          interface for classes that can check/validate if a constraint is satisfied
 

Classes in net.sf.oval used by net.sf.oval.configuration.annotation
AbstractCheck
          Partial implementation of check classes.
AbstractCheckExclusion
          Partial implementation of exclusion classes.
Check
          interface for classes that can check/validate if a constraint is satisfied
CheckExclusion
          interface for classes that can exclude the checking of constraints
 

Classes in net.sf.oval used by net.sf.oval.configuration.pojo.elements
Check
          interface for classes that can check/validate if a constraint is satisfied
CheckExclusion
          interface for classes that can exclude the checking of constraints
 

Classes in net.sf.oval used by net.sf.oval.constraint
AbstractCheck
          Partial implementation of check classes.
Check
          interface for classes that can check/validate if a constraint is satisfied
ConstraintTarget
           
Validator
          Instances of this class can validate objects based on declared constraints.
 

Classes in net.sf.oval used by net.sf.oval.constraint.exclusion
AbstractCheckExclusion
          Partial implementation of exclusion classes.
Check
          interface for classes that can check/validate if a constraint is satisfied
CheckExclusion
          interface for classes that can exclude the checking of constraints
Validator
          Instances of this class can validate objects based on declared constraints.
 

Classes in net.sf.oval used by net.sf.oval.exception
ConstraintViolation
          An instance of this class provides detailed information about a single constraint violation that occurred during validation.
 

Classes in net.sf.oval used by net.sf.oval.guard
AbstractCheck
          Partial implementation of check classes.
Check
          interface for classes that can check/validate if a constraint is satisfied
CheckExclusion
          interface for classes that can exclude the checking of constraints
ConstraintViolation
          An instance of this class provides detailed information about a single constraint violation that occurred during validation.
IValidator
          An interface implemented by Validator for easier mocking.
Validator
          Instances of this class can validate objects based on declared constraints.
 

Classes in net.sf.oval used by net.sf.oval.integration.spring
Check
          interface for classes that can check/validate if a constraint is satisfied
Validator
          Instances of this class can validate objects based on declared constraints.
 

Classes in net.sf.oval used by net.sf.oval.internal
Check
          interface for classes that can check/validate if a constraint is satisfied
CheckExclusion
          interface for classes that can exclude the checking of constraints
 



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