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 |
---|---|
java.util.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> |
AnnotationMetaDataProvider.getBeanConfiguration(java.lang.Class<T> beanClass) |
<T> BeanConfiguration<T> |
ProgrammaticMetaDataProvider.getBeanConfiguration(java.lang.Class<T> beanClass) |
<T> BeanConfiguration<? super T> |
MetaDataProvider.getBeanConfiguration(java.lang.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> |
XmlMetaDataProvider.getBeanConfiguration(java.lang.Class<T> beanClass) |
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved