Package | Description |
---|---|
javax.validation |
Top level package of the Bean Validation API.
|
javax.validation.spi |
Package containing objects specific to the interaction between the
Bean Validation bootstrapping process and Bean Validation providers.
|
org.apache.cxf.validation | |
org.hibernate.cfg.beanvalidation | |
org.hibernate.validator |
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator
and allow to configure it.
|
org.hibernate.validator.cdi.internal |
Classes for enabling Bean Validation CDI integration.
|
org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-380.
|
org.jboss.resteasy.plugins.validation | |
org.jboss.resteasy.plugins.validation.i18n |
Modifier and Type | Method and Description |
---|---|
static ValidatorFactory |
Validation.buildDefaultValidatorFactory()
Builds and returns a
ValidatorFactory instance based on the
default Bean Validation provider and following the XML configuration. |
ValidatorFactory |
Configuration.buildValidatorFactory()
Build a
ValidatorFactory implementation. |
Modifier and Type | Method and Description |
---|---|
ValidatorFactory |
ValidationProvider.buildValidatorFactory(ConfigurationState configurationState)
Build a
ValidatorFactory using the current provider implementation. |
Constructor and Description |
---|
BeanValidationProvider(ValidatorFactory factory) |
Constructor and Description |
---|
BeanValidationEventListener(ValidatorFactory factory,
Map settings,
ClassLoaderService classLoaderService)
Constructor used in an environment where validator factory is injected (JPA2).
|
Modifier and Type | Interface and Description |
---|---|
interface |
HibernateValidatorFactory
Provides Hibernate Validator extensions to
ValidatorFactory . |
Modifier and Type | Method and Description |
---|---|
ValidatorFactory |
HibernateValidator.buildValidatorFactory(ConfigurationState configurationState) |
Modifier and Type | Method and Description |
---|---|
ValidatorFactory |
ValidatorFactoryBean.create(CreationalContext<ValidatorFactory> ctx) |
Modifier and Type | Method and Description |
---|---|
void |
ValidatorFactoryBean.destroy(ValidatorFactory instance,
CreationalContext<ValidatorFactory> ctx) |
static ValidationProviderHelper |
ValidationProviderHelper.forDefaultProvider(ValidatorFactory validatorFactory) |
Modifier and Type | Method and Description |
---|---|
ValidatorFactory |
ValidatorFactoryBean.create(CreationalContext<ValidatorFactory> ctx) |
void |
ValidatorFactoryBean.destroy(ValidatorFactory instance,
CreationalContext<ValidatorFactory> ctx) |
Modifier and Type | Class and Description |
---|---|
class |
ValidatorFactoryImpl
Factory returning initialized
Validator instances. |
Modifier and Type | Method and Description |
---|---|
ValidatorFactory |
ConfigurationImpl.buildValidatorFactory() |
Constructor and Description |
---|
GeneralValidatorImpl(ValidatorFactory validatorFactory,
boolean isExecutableValidationEnabled,
Set<ExecutableType> defaultValidatedExecutableTypes) |
Modifier and Type | Method and Description |
---|---|
String |
Messages_$bundle.usingValidatorFactorySupportsCDI(ValidatorFactory factory) |
String |
Messages.usingValidatorFactorySupportsCDI(ValidatorFactory factory) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.