| Package | Description |
|---|---|
| javax.validation |
Top level package of the Bean Validation API.
|
| org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-303.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutableValidator |
Validator.forExecutables()
Returns the contract for validating parameters and return values of methods
and constructors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ValidatorImpl
The main Bean Validation class.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutableValidator |
ValidatorImpl.forExecutables() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.