See: Description
| Interface | Description |
|---|---|
| MethodConstraintViolation<T> |
Describes the violation of a method-level constraint by providing access
to the method/parameter hosting the violated constraint etc.
|
| MethodValidator |
Provides an API for method-level constraint validation, based on JSR 303: Bean Validation,
Appendix C ("Proposal for method-level validation").
|
| Enum | Description |
|---|---|
| MethodConstraintViolation.Kind |
The kind of a
MethodConstraintViolation. |
| Exception | Description |
|---|---|
| MethodConstraintViolationException |
Exception class to be thrown by integrators of HV's method level validation feature.
|
This package provides support for method-level constraints based on JSR 303: Bean Validation, Appendix C ("Proposal for method-level validation").
This package is part of the public Hibernate Validator API.
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.