|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
ValidationContext.ValidationContextBuilder.forValidate(T rootBean)
|
|
|
ValidationContext.ValidationContextBuilder.forValidateParameters(ParameterNameProvider parameterNameProvider,
T rootBean,
ExecutableElement executable,
Object[] executableParameters)
|
|
|
ValidationContext.ValidationContextBuilder.forValidateProperty(T rootBean)
|
|
|
ValidationContext.ValidationContextBuilder.forValidateReturnValue(T rootBean,
ExecutableElement executable,
Object executableReturnValue)
|
|
|
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 | ||
|---|---|---|
|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||