Uses of Class
org.hibernate.validator.internal.metadata.raw.BeanConfiguration
-
Packages that use BeanConfiguration 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. -
-
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 BeanConfiguration Modifier and Type Method Description Set<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 BeanConfiguration Modifier and Type Method Description voidBeanMetaDataBuilder. 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 BeanConfiguration Modifier and Type Method Description <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 ornullif 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)
-