Package | Description |
---|---|
org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-303.
|
org.hibernate.validator.internal.engine.constraintvalidation |
Classes dealing with the representation of constraints and the management/instantitation of constraint
validators.
|
org.hibernate.validator.internal.metadata.core |
Core classes of the internal model used for representing constraints and related metadata.
|
Modifier and Type | Method and Description |
---|---|
static <T,V> ValueContext<T,V> |
ValueContext.getLocalExecutionContext(Class<T> type,
Validatable validatable,
PathImpl propertyPath) |
static <T,V> ValueContext<T,V> |
ValueContext.getLocalExecutionContext(T value,
Validatable validatable,
PathImpl propertyPath) |
Modifier and Type | Method and Description |
---|---|
javax.validation.ConstraintViolation<T> |
ValidationContext.createConstraintViolation(ValueContext<?,?> localContext,
MessageAndPath messageAndPath,
javax.validation.metadata.ConstraintDescriptor<?> descriptor) |
Set<javax.validation.ConstraintViolation<T>> |
ValidationContext.createConstraintViolations(ValueContext<?,?> localContext,
ConstraintValidatorContextImpl constraintValidatorContext) |
void |
ValidationContext.markCurrentBeanAsProcessed(ValueContext<?,?> valueContext) |
Modifier and Type | Method and Description |
---|---|
<T> boolean |
ConstraintTree.validateConstraints(ValidationContext<T> executionContext,
ValueContext<?,?> valueContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
MetaConstraint.validateConstraint(ValidationContext<?> executionContext,
ValueContext<?,?> valueContext) |
Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved