|
||||||||||
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(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.engine with parameters of type ValueContext | ||
---|---|---|
|
MethodValidationContext.createConstraintViolation(ValueContext<U,V> localContext,
MessageAndPath messageAndPath,
ConstraintDescriptor<?> descriptor)
|
|
|
StandardValidationContext.createConstraintViolation(ValueContext<U,V> localContext,
MessageAndPath messageAndPath,
ConstraintDescriptor<?> descriptor)
|
|
abstract
|
ValidationContext.createConstraintViolation(ValueContext<U,V> localContext,
MessageAndPath messageAndPath,
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 |