Package | Description |
---|---|
javax.validation | |
org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-303.
|
org.hibernate.validator.internal.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()
Deprecated.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.