Package | Description |
---|---|
org.hibernate.validator |
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator
and allow to configure it.
|
org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-380.
|
org.hibernate.validator.internal.metadata |
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
|
Modifier and Type | Method and Description |
---|---|
HibernateValidatorConfiguration |
HibernateValidatorConfiguration.beanMetaDataClassNormalizer(BeanMetaDataClassNormalizer beanMetaDataClassNormalizer)
Allows to set a
BeanMetaDataClassNormalizer that will be used to normalize the class before
accessing the metadata. |
Modifier and Type | Method and Description |
---|---|
BeanMetaDataClassNormalizer |
ConfigurationImpl.getBeanMetaDataClassNormalizer() |
Modifier and Type | Method and Description |
---|---|
HibernateValidatorConfiguration |
ConfigurationImpl.beanMetaDataClassNormalizer(BeanMetaDataClassNormalizer beanMetaDataClassNormalizer) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBeanMetaDataClassNormalizer
The default implementation of
BeanMetaDataClassNormalizer . |
Constructor and Description |
---|
BeanMetaDataManager(ConstraintHelper constraintHelper,
ExecutableHelper executableHelper,
TypeResolutionHelper typeResolutionHelper,
ExecutableParameterNameProvider parameterNameProvider,
ValueExtractorManager valueExtractorManager,
BeanMetaDataClassNormalizer beanMetaDataClassNormalizer,
ValidationOrderGenerator validationOrderGenerator,
java.util.List<MetaDataProvider> optionalMetaDataProviders,
MethodValidationConfiguration methodValidationConfiguration) |
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved