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)
           
static
<T,V> ValueContext<T,V>
ValueContext.getLocalExecutionContext(T value)
           
 

Methods in org.hibernate.validator.engine with parameters of type ValueContext
<U,V> ConstraintViolationImpl<T>
ValidationContext.createConstraintViolation(ValueContext<U,V> localContext, MessageAndPath messageAndPath, javax.validation.metadata.ConstraintDescriptor<?> descriptor)
           
<U,V> List<ConstraintViolationImpl<T>>
ValidationContext.createConstraintViolations(ValueContext<U,V> localContext, ConstraintValidatorContextImpl constraintValidatorContext)
           
<T,U,V> void
ConstraintTree.validateConstraints(Type type, ValidationContext<T> executionContext, ValueContext<U,V> valueContext, List<javax.validation.ConstraintViolation<T>> constraintViolations)
           
 

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 © 2011 Oracle Corporation. All Rights Reserved.