| Package | Description |
|---|---|
| org.hibernate.validator.internal.cfg.context |
Creational context implementations of the API for programmatic
constraint definition.
|
| org.hibernate.validator.internal.metadata.aggregated |
The classes in this package contain the aggregated meta data needed for an actual validation.
|
| org.hibernate.validator.internal.metadata.provider |
Abstraction of the meta data sources - annotation, xml, programmatic.
|
| Modifier and Type | Method and Description |
|---|---|
Set<BeanConfiguration<?>> |
DefaultConstraintMapping.getBeanConfigurations(ConstraintHelper constraintHelper,
TypeResolutionHelper typeResolutionHelper,
ValueExtractorManager valueExtractorManager)
Returns all bean configurations configured through this constraint mapping.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanMetaDataImpl.BeanMetaDataBuilder.add(BeanConfiguration<? super T> configuration) |
| Modifier and Type | Method and Description |
|---|---|
<T> BeanConfiguration<T> |
XmlMetaDataProvider.getBeanConfiguration(Class<T> beanClass) |
<T> BeanConfiguration<T> |
ProgrammaticMetaDataProvider.getBeanConfiguration(Class<T> beanClass) |
<T> BeanConfiguration<? super T> |
MetaDataProvider.getBeanConfiguration(Class<T> beanClass)
Returns a bean configuration for the given type or
null if this provider has no meta-data on the given
type. |
<T> BeanConfiguration<T> |
AnnotationMetaDataProvider.getBeanConfiguration(Class<T> beanClass) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.