Package | Description |
---|---|
javax.validation |
Top level package of the Bean Validation API.
|
org.hibernate.validator.internal.cdi |
Classes for enabling Bean Validation CDI integration.
|
org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-303.
|
org.jboss.resteasy.plugins.validation |
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()
Returns an initialized
Validator instance respecting the defined state. |
Modifier and Type | Method and Description |
---|---|
Validator |
ValidatorBean.create(CreationalContext<Validator> ctx) |
Modifier and Type | Method and Description |
---|---|
void |
ValidatorBean.destroy(Validator instance,
CreationalContext<Validator> ctx) |
Modifier and Type | Method and Description |
---|---|
Validator |
ValidatorBean.create(CreationalContext<Validator> ctx) |
void |
ValidatorBean.destroy(Validator instance,
CreationalContext<Validator> ctx) |
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 |
---|---|
protected Validator |
GeneralValidatorImpl.getValidator(HttpRequest request) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.