Uses of Class
net.sf.oval.configuration.pojo.elements.ClassConfiguration

Packages that use ClassConfiguration
net.sf.oval.configuration   
net.sf.oval.configuration.annotation   
net.sf.oval.configuration.pojo   
net.sf.oval.configuration.xml   
 

Uses of ClassConfiguration in net.sf.oval.configuration
 

Methods in net.sf.oval.configuration that return ClassConfiguration
 ClassConfiguration Configurer.getClassConfiguration(Class<?> clazz)
          Returns the constraint configurations for the given class.
 

Uses of ClassConfiguration in net.sf.oval.configuration.annotation
 

Methods in net.sf.oval.configuration.annotation that return ClassConfiguration
 ClassConfiguration JPAAnnotationsConfigurer.getClassConfiguration(Class<?> clazz)
          Returns the constraint configurations for the given class.
 ClassConfiguration BeanValidationAnnotationsConfigurer.getClassConfiguration(Class<?> clazz)
          Returns the constraint configurations for the given class.
 ClassConfiguration AnnotationsConfigurer.getClassConfiguration(Class<?> clazz)
          Returns the constraint configurations for the given class.
 

Methods in net.sf.oval.configuration.annotation with parameters of type ClassConfiguration
protected  void BeanValidationAnnotationsConfigurer.configureConstructorParameterChecks(ClassConfiguration classCfg)
           
protected  void AnnotationsConfigurer.configureConstructorParameterChecks(ClassConfiguration classCfg)
           
protected  void BeanValidationAnnotationsConfigurer.configureFieldChecks(ClassConfiguration classCfg)
           
protected  void AnnotationsConfigurer.configureFieldChecks(ClassConfiguration classCfg)
           
protected  void BeanValidationAnnotationsConfigurer.configureMethodChecks(ClassConfiguration classCfg)
          configure method return value and parameter checks
protected  void AnnotationsConfigurer.configureMethodChecks(ClassConfiguration classCfg)
          configure method return value and parameter checks
protected  void AnnotationsConfigurer.configureObjectLevelChecks(ClassConfiguration classCfg)
           
 

Uses of ClassConfiguration in net.sf.oval.configuration.pojo
 

Fields in net.sf.oval.configuration.pojo with type parameters of type ClassConfiguration
protected  Set<ClassConfiguration> POJOConfigurer.classConfigurations
           
 

Methods in net.sf.oval.configuration.pojo that return ClassConfiguration
 ClassConfiguration POJOConfigurer.getClassConfiguration(Class<?> clazz)
          Returns the constraint configurations for the given class.
 

Methods in net.sf.oval.configuration.pojo that return types with arguments of type ClassConfiguration
 Set<ClassConfiguration> POJOConfigurer.getClassConfigurations()
           
 

Method parameters in net.sf.oval.configuration.pojo with type arguments of type ClassConfiguration
 void POJOConfigurer.setClassConfigurations(Set<ClassConfiguration> classConfigurations)
           
 

Uses of ClassConfiguration in net.sf.oval.configuration.xml
 

Methods in net.sf.oval.configuration.xml that return ClassConfiguration
 ClassConfiguration XMLConfigurer.getClassConfiguration(Class<?> clazz)
          Returns the constraint configurations for the given class.
 



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