Uses of Interface
edu.nrao.sss.validation.Validator

Packages that use Validator
edu.nrao.sss.validation Object validation support. 
 

Uses of Validator in edu.nrao.sss.validation
 

Classes in edu.nrao.sss.validation that implement Validator
 class AbstractValidator<T>
          Partial implementation of a Validator.
 

Methods in edu.nrao.sss.validation that return Validator
 Validator ValidationManager.getValidator(Class<?> targetClass)
          Returns the validator that this manager will use for objects of type targetClass.
 Validator ValidationManager.unregisterValidator(Class<?> targetClass)
          Unregisters the validator associated with targetClass.
 

Methods in edu.nrao.sss.validation with parameters of type Validator
 void ValidationManager.registerValidator(Validator validator, Class<?> targetClass)
          Configures this manager to validate instances of targetClass with validator.
 

Method parameters in edu.nrao.sss.validation with type arguments of type Validator
 void ValidationManager.registerValidator(Class<? extends Validator> validatorClass, Class<?> targetClass)
          Configures this manager to validate instances of targetClass with an instance of validator.
 



Copyright © 2009. All Rights Reserved.