Package | Description |
---|---|
org.hibernate.validator.internal.engine.constraintvalidation |
Classes dealing with the representation of constraints and the management/instantitation of constraint
validators.
|
org.hibernate.validator.internal.engine.validationcontext |
Contains various implementation of validation contexts and supporting classes.
|
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 |
---|---|
protected ConstraintValidator<A,?> |
ConstraintTree.getInitializedConstraintValidator(ValidationContext<?> validationContext,
ValueContext<?,?> valueContext) |
boolean |
ConstraintTree.validateConstraints(ValidationContext<?> validationContext,
ValueContext<?,?> valueContext) |
protected abstract void |
ConstraintTree.validateConstraints(ValidationContext<?> validationContext,
ValueContext<?,?> valueContext,
Collection<ConstraintValidatorContextImpl> violatedConstraintValidatorContexts) |
Modifier and Type | Interface and Description |
---|---|
interface |
BaseBeanValidationContext<T>
Interface that exposes contextual information required for a validation call related to a bean.
|
interface |
ExecutableValidationContext<T>
Extension of
BaseBeanValidationContext for executable validation. |
Modifier and Type | Class and Description |
---|---|
class |
ParameterExecutableValidationContext<T>
Implementation of
AbstractValidationContext for executable's parameter validation. |
class |
ReturnValueExecutableValidationContext<T>
Implementation of
AbstractValidationContext for executable's return value validation. |
Modifier and Type | Method and Description |
---|---|
boolean |
MetaConstraint.validateConstraint(ValidationContext<?> validationContext,
ValueContext<?,Object> valueContext) |
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved