Uses of Class
org.hibernate.validator.engine.GlobalExecutionContext

Packages that use GlobalExecutionContext
org.hibernate.validator.engine This package contains the implementing classes 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. 
 

Uses of GlobalExecutionContext in org.hibernate.validator.engine
 

Methods in org.hibernate.validator.engine that return GlobalExecutionContext
static
<T> GlobalExecutionContext<T>
GlobalExecutionContext.getContextForValidate(T object, javax.validation.MessageInterpolator messageInterpolator, javax.validation.ConstraintValidatorFactory constraintValidatorFactory, javax.validation.TraversableResolver traversableResolver)
           
static
<T> GlobalExecutionContext<T>
GlobalExecutionContext.getContextForValidateProperty(T rootBean, javax.validation.MessageInterpolator messageInterpolator, javax.validation.ConstraintValidatorFactory constraintValidatorFactory, javax.validation.TraversableResolver traversableResolver)
           
static
<T> GlobalExecutionContext<T>
GlobalExecutionContext.getContextForValidateValue(java.lang.Class<T> rootBeanClass, javax.validation.MessageInterpolator messageInterpolator, javax.validation.ConstraintValidatorFactory constraintValidatorFactory, javax.validation.TraversableResolver traversableResolver)
           
 

Methods in org.hibernate.validator.engine with parameters of type GlobalExecutionContext
<T,U,V> void
ConstraintTree.validateConstraints(java.lang.reflect.Type type, GlobalExecutionContext<T> executionContext, LocalExecutionContext<U,V> localExecutionContext, java.util.List<javax.validation.ConstraintViolation<T>> constraintViolations)
           
 

Uses of GlobalExecutionContext in org.hibernate.validator.metadata
 

Methods in org.hibernate.validator.metadata with parameters of type GlobalExecutionContext
<T,U,V> boolean
MetaConstraint.validateConstraint(GlobalExecutionContext<T> executionContext, LocalExecutionContext<U,V> localExecutionContext)
           
 



Copyright © 2007-2010. All Rights Reserved.