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

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

Uses of ValueContext in org.hibernate.validator.internal.engine
 

Methods in org.hibernate.validator.internal.engine that return ValueContext
static
<T,V> ValueContext<T,V>
ValueContext.getLocalExecutionContext(Class<T> type, Validatable validatable, PathImpl propertyPath)
           
static
<T,V> ValueContext<T,V>
ValueContext.getLocalExecutionContext(T value, Validatable validatable, PathImpl propertyPath)
           
 

Methods in org.hibernate.validator.internal.engine with parameters of type ValueContext
abstract
<U,V> C
ValidationContext.createConstraintViolation(ValueContext<U,V> localContext, MessageAndPath messageAndPath, ConstraintDescriptor<?> descriptor)
           
<U,V> ConstraintViolation<T>
StandardValidationContext.createConstraintViolation(ValueContext<U,V> localContext, MessageAndPath messageAndPath, ConstraintDescriptor<?> descriptor)
           
<U,V> ConstraintViolation<T>
MethodValidationContext.createConstraintViolation(ValueContext<U,V> localContext, MessageAndPath messageAndPath, ConstraintDescriptor<?> descriptor)
           
<U,V> List<C>
ValidationContext.createConstraintViolations(ValueContext<U,V> localContext, ConstraintValidatorContextImpl constraintValidatorContext)
           
 void ValidationContext.markProcessed(ValueContext<?,?> valueContext)
           
 

Uses of ValueContext in org.hibernate.validator.internal.engine.constraintvalidation
 

Methods in org.hibernate.validator.internal.engine.constraintvalidation with parameters of type ValueContext
<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.internal.metadata.core
 

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



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