Package org.hibernate.validator.internal.engine

Implementations for the core interfaces of JSR-303.

See:
          Description

Class Summary
ConfigurationImpl Hibernate specific Configuration implementation.
ConstraintViolationImpl<T>  
DefaultParameterNameProvider A default ParameterNameProvider implementation which returns parameter names in the form arg0, arg1 etc.
MessageInterpolatorContext Implementation of the context used during message interpolation.
MethodValidationContext<T> A ValidationContext implementation which creates and manages method validation violations.
StandardValidationContext<T> A ValidationContext implementation which creates and manages violations of type ConstraintViolation.
ValidationContext<T,C extends ConstraintViolation<T>> Context object keeping track of all required data for a validation 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 class, property or method invocation.
 

Package org.hibernate.validator.internal.engine Description

Implementations for the core interfaces of JSR-303.



Copyright © 2012 Oracle Corporation. All Rights Reserved.