| 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 |
|---|---|
<T> ValidationContext<T> |
ValidationContext.ValidationContextBuilder.forValidate(T rootBean) |
<T> ValidationContext<T> |
ValidationContext.ValidationContextBuilder.forValidateParameters(javax.validation.ParameterNameProvider parameterNameProvider,
T rootBean,
ExecutableElement executable,
Object[] executableParameters) |
<T> ValidationContext<T> |
ValidationContext.ValidationContextBuilder.forValidateProperty(T rootBean) |
<T> ValidationContext<T> |
ValidationContext.ValidationContextBuilder.forValidateReturnValue(T rootBean,
ExecutableElement executable,
Object executableReturnValue) |
<T> ValidationContext<T> |
ValidationContext.ValidationContextBuilder.forValidateValue(Class<T> rootBeanClass) |
| 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 © 2009-2015 Oracle Corporation. All Rights Reserved.