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

Packages that use ValueContext
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. 
 

Uses of ValueContext in org.hibernate.validator.engine
 

Methods in org.hibernate.validator.engine that return ValueContext
static
<T,V> ValueContext<T,V>
ValueContext.getLocalExecutionContext(Class<T> type, PathImpl propertyPath)
           
static
<T,V> ValueContext<T,V>
ValueContext.getLocalExecutionContext(T value, PathImpl propertyPath)
           
static
<T,V> ValueContext<T,V>
ValueContext.getLocalExecutionContext(T value, PathImpl propertyPath, int parameterIndex, String parameterName)
           
 

Methods in org.hibernate.validator.engine with parameters of type ValueContext
<U,V> MethodConstraintViolation<T>
MethodValidationContext.createConstraintViolation(ValueContext<U,V> localContext, MessageAndPath messageAndPath, ConstraintDescriptor<?> descriptor)
           
<U,V> ConstraintViolation<T>
StandardValidationContext.createConstraintViolation(ValueContext<U,V> localContext, MessageAndPath messageAndPath, ConstraintDescriptor<?> descriptor)
           
abstract
<U,V> C
ValidationContext.createConstraintViolation(ValueContext<U,V> localContext, MessageAndPath messageAndPath, ConstraintDescriptor<?> descriptor)
           
<U,V> List<C>
ValidationContext.createConstraintViolations(ValueContext<U,V> localContext, ConstraintValidatorContextImpl constraintValidatorContext)
           
<T,U,V,E extends ConstraintViolation<T>>
boolean
ConstraintTree.validateConstraints(ValidationContext<T,E> executionContext, ValueContext<U,V> valueContext)
           
 

Uses of ValueContext in org.hibernate.validator.metadata
 

Methods in org.hibernate.validator.metadata with parameters of type ValueContext
<T,U,V> boolean
MetaConstraint.validateConstraint(ValidationContext<T,?> executionContext, ValueContext<U,V> valueContext)
           
 



Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved