|
||||||||||
| 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.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,
PathImpl propertyPath)
|
|
static
|
ValueContext.getLocalExecutionContext(T value,
PathImpl propertyPath)
|
|
static
|
ValueContext.getLocalExecutionContext(T value,
PathImpl propertyPath,
int parameterIndex,
String parameterName)
|
|
| Methods in org.hibernate.validator.internal.engine with parameters of type ValueContext | ||
|---|---|---|
|
MethodValidationContext.createConstraintViolation(ValueContext<U,V> localContext,
MessageAndPath messageAndPath,
javax.validation.metadata.ConstraintDescriptor<?> descriptor)
|
|
|
StandardValidationContext.createConstraintViolation(ValueContext<U,V> localContext,
MessageAndPath messageAndPath,
javax.validation.metadata.ConstraintDescriptor<?> descriptor)
|
|
abstract
|
ValidationContext.createConstraintViolation(ValueContext<U,V> localContext,
MessageAndPath messageAndPath,
javax.validation.metadata.ConstraintDescriptor<?> descriptor)
|
|
|
ValidationContext.createConstraintViolations(ValueContext<U,V> localContext,
ConstraintValidatorContextImpl constraintValidatorContext)
|
|
|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||