See: Description
Interface | Description |
---|---|
BaseBeanValidationContext<T> |
Interface that exposes contextual information required for a validation call related to a bean.
|
ExecutableValidationContext<T> |
Extension of
BaseBeanValidationContext for executable validation. |
ValidationContext<T> |
Context object interface keeping track of all required data for operations inside
ConstraintTree
and its subclasses. |
Class | Description |
---|---|
ParameterExecutableValidationContext<T> |
Implementation of
AbstractValidationContext for executable's parameter validation. |
ReturnValueExecutableValidationContext<T> |
Implementation of
AbstractValidationContext for executable's return value validation. |
ValidationContextBuilder |
Builder for creating
AbstractValidationContext s suited for the different kinds of validation. |
ValidatorScopedContext |
Context object storing the
Validator level helper and configuration properties. |
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved