|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueContext | |
|---|---|
| org.hibernate.validator.engine | Implementations for the core interfaces of JSR-303. |
| org.hibernate.validator.metadata | Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. |
| Uses of ValueContext in org.hibernate.validator.engine |
|---|
| Methods in org.hibernate.validator.engine that return ValueContext | ||
|---|---|---|
static
|
ValueContext.getLocalExecutionContext(java.lang.Class<T> type,
PathImpl propertyPath)
|
|
static
|
ValueContext.getLocalExecutionContext(T value,
PathImpl propertyPath)
|
|
static
|
ValueContext.getLocalExecutionContext(T value,
PathImpl propertyPath,
int parameterIndex,
java.lang.String parameterName)
|
|
| Methods in org.hibernate.validator.engine with parameters of type ValueContext | ||
|---|---|---|
abstract
|
ValidationContext.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)
|
|
|
MethodValidationContext.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.metadata |
|---|
| Methods in org.hibernate.validator.metadata with parameters of type ValueContext | ||
|---|---|---|
|
MetaConstraint.validateConstraint(ValidationContext<T,?> executionContext,
ValueContext<U,V> valueContext)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||