Uses of Package
org.hibernate.validator.engine

Packages that use org.hibernate.validator.engine
org.hibernate.validator.engine Implementations for the core interfaces of JSR-303. 
org.hibernate.validator.metadata Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. 
 

Classes in org.hibernate.validator.engine used by org.hibernate.validator.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.engine used by org.hibernate.validator.metadata
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 © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved