| Package | Description |
|---|---|
| javax.validation | |
| org.hibernate.validator.engine |
Implementations for the core interfaces of JSR-303.
|
| org.hibernate.validator.util |
Independent helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
Validator |
ValidatorFactory.getValidator()
Returns an initialized
Validator instance using the
factory defaults for message interpolator, traversable resolver
and constraint validator factory. |
Validator |
ValidatorContext.getValidator() |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidatorImpl
The main Bean Validation class.
|
| Modifier and Type | Method and Description |
|---|---|
Validator |
ValidatorFactoryImpl.getValidator() |
Validator |
ValidatorContextImpl.getValidator() |
| Modifier and Type | Method and Description |
|---|---|
Validator |
LazyValidatorFactory.getValidator() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.