Package org.hibernate.validator.engine

Implementations for the core interfaces of JSR-303.

See:
          Description

Class Summary
ConfigurationImpl Hibernate specific Configuration implementation.
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>  
MessageAndPath  
MessageInterpolatorContext Implementation of the context used during message interpolation.
NodeImpl  
PathImpl  
ValidationContext<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.
ValidatorContextImpl  
ValidatorFactoryImpl Factory returning initialized Validator instances.
ValidatorImpl The main Bean Validation class.
ValueContext<T,V> An instance of this class is used to collect all the relevant information for validating a single entity/bean.
 

Package org.hibernate.validator.engine Description

Implementations for the core interfaces of JSR-303.



Copyright © 2012 Oracle Corporation. All Rights Reserved.