Package org.hibernate.validator.engine

This package contains the implementing classes for the core interfaces of JSR-303.

See:
          Description

Class Summary
ConfigurationImpl Hibernate specific Configuration implementation.
Constants Constants used throughout the Hibernate Validator project.
ConstraintTree<A extends Annotation> Due to constraint composition a single constraint annotation can lead to a whole constraint tree being validated.
ConstraintValidatorContextImpl  
ConstraintValidatorFactoryImpl Default ConstraintValidatorFactory using a no-arg constructor.
ConstraintViolationImpl<T>  
GlobalExecutionContext<T> Context object keeping track of all important data for a top level Validator.validate(Object, Class[]) }, Validator.validateValue(Class, String, Object, Class[]) } or Validator.validateProperty(Object, String, Class[]) call.
LocalExecutionContext<T,V> An instance of this class is used to collect all the relevant information for validating a single entity/bean.
MessageAndPath  
MessageInterpolatorContext Takes mandatory elements in the constructor
NodeImpl  
PathImpl  
ResourceBundleMessageInterpolator Resource bundle backed message interpolator.
ValidatorContextImpl  
ValidatorFactoryImpl Factory returning initialized Validator instances.
ValidatorImpl The main Bean Validation class.
 

Package org.hibernate.validator.engine Description

This package contains the implementing classes for the core interfaces of JSR-303.



Copyright © 2007-2010. All Rights Reserved.