Uses of Package
org.hibernate.validator.internal.engine

Packages that use org.hibernate.validator.internal.engine
org.hibernate.validator.internal.engine Implementations for the core interfaces of JSR-303. 
org.hibernate.validator.internal.metadata.core   
 

Classes in org.hibernate.validator.internal.engine used by org.hibernate.validator.internal.engine
ConfigurationImpl
          Hibernate specific Configuration implementation.
ConstraintTree
          Due to constraint composition a single constraint annotation can lead to a whole constraint tree being validated.
ConstraintValidatorContextImpl
           
ConstraintViolationImpl
           
MessageAndPath
          Container class for a validation error message and its corresponding path.
MethodValidationContext
          A ValidationContext implementation which creates and manages violations of type MethodConstraintViolation.
NodeImpl
          Immutable implementation of a Path.Node.
PathImpl
           
ValidationContext
          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.
ValueContext
          An instance of this class is used to collect all the relevant information for validating a single class, property or method invocation.
 

Classes in org.hibernate.validator.internal.engine used by org.hibernate.validator.internal.metadata.core
ValidationContext
          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.
ValueContext
          An instance of this class is used to collect all the relevant information for validating a single class, property or method invocation.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.