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

Packages that use ValidationContext
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 ValidationContext in org.hibernate.validator.internal.engine
 

Methods in org.hibernate.validator.internal.engine that return ValidationContext
<T> ValidationContext<T>
ValidationContext.ValidationContextBuilder.forValidate(T rootBean)
           
<T> ValidationContext<T>
ValidationContext.ValidationContextBuilder.forValidateParameters(ParameterNameProvider parameterNameProvider, T rootBean, ExecutableElement executable, Object[] executableParameters)
           
<T> ValidationContext<T>
ValidationContext.ValidationContextBuilder.forValidateProperty(T rootBean)
           
<T> ValidationContext<T>
ValidationContext.ValidationContextBuilder.forValidateReturnValue(T rootBean, ExecutableElement executable, Object executableReturnValue)
           
<T> ValidationContext<T>
ValidationContext.ValidationContextBuilder.forValidateValue(Class<T> rootBeanClass)
           
 

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

Methods in org.hibernate.validator.internal.engine.constraintvalidation with parameters of type ValidationContext
<T> boolean
ConstraintTree.validateConstraints(ValidationContext<T> executionContext, ValueContext<?,?> valueContext)
           
 

Uses of ValidationContext in org.hibernate.validator.internal.metadata.core
 

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



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