Uses of Class
org.hibernate.validator.internal.metadata.raw.BeanConfiguration
Packages that use BeanConfiguration
Package
Description
Creational context implementations of the API for programmatic
constraint definition.
The classes in this package contain the aggregated meta data needed for an actual validation.
Abstraction of the meta data sources - annotation, xml, programmatic.
-
Uses of BeanConfiguration in org.hibernate.validator.internal.cfg.context
Methods in org.hibernate.validator.internal.cfg.context that return types with arguments of type BeanConfigurationModifier and TypeMethodDescriptionSet<BeanConfiguration<?>>
DefaultConstraintMapping.getBeanConfigurations
(ConstraintCreationContext constraintCreationContext) Returns all bean configurations configured through this constraint mapping. -
Uses of BeanConfiguration in org.hibernate.validator.internal.metadata.aggregated
Methods in org.hibernate.validator.internal.metadata.aggregated with parameters of type BeanConfigurationModifier and TypeMethodDescriptionvoid
BeanMetaDataBuilder.add
(BeanConfiguration<? super T> configuration) -
Uses of BeanConfiguration in org.hibernate.validator.internal.metadata.provider
Methods in org.hibernate.validator.internal.metadata.provider that return BeanConfigurationModifier and TypeMethodDescription<T> BeanConfiguration<T>
AnnotationMetaDataProvider.getBeanConfiguration
(Class<T> beanClass) <T> BeanConfiguration<? super T>
MetaDataProvider.getBeanConfiguration
(Class<T> beanClass) Returns a bean configuration for the given type ornull
if this provider has no meta-data on the given type.<T> BeanConfiguration<T>
ProgrammaticMetaDataProvider.getBeanConfiguration
(Class<T> beanClass) <T> BeanConfiguration<T>
XmlMetaDataProvider.getBeanConfiguration
(Class<T> beanClass)