|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
ValueContext.getLocalExecutionContext(Class<T> type,
Validatable validatable,
PathImpl propertyPath)
|
|
static
|
ValueContext.getLocalExecutionContext(T value,
Validatable validatable,
PathImpl propertyPath)
|
|
| Methods in org.hibernate.validator.internal.engine with parameters of type ValueContext | |
|---|---|
ConstraintViolation<T> |
ValidationContext.createConstraintViolation(ValueContext<?,?> localContext,
MessageAndPath messageAndPath,
ConstraintDescriptor<?> descriptor)
|
List<ConstraintViolation<T>> |
ValidationContext.createConstraintViolations(ValueContext<?,?> 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 | ||
|---|---|---|
|
ConstraintTree.validateConstraints(ValidationContext<T> executionContext,
ValueContext<?,?> 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||