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,
ParameterNameProvider parameterNameProvider)
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 | Field and Description |
---|---|
protected ConcurrentReferenceHashMap<Class<?>,BeanConfiguration<?>> |
AnnotationMetaDataProvider.configuredBeans |
Modifier and Type | Method and Description |
---|---|
protected static <T> BeanConfiguration<T> |
MetaDataProviderKeyedByClassName.createBeanConfiguration(ConfigurationSource source,
Class<T> beanClass,
Set<? extends ConstrainedElement> constrainedElements,
List<Class<?>> defaultGroupSequence,
DefaultGroupSequenceProvider<? super T> defaultGroupSequenceProvider) |
protected <T> BeanConfiguration<T> |
MetaDataProviderKeyedByClassName.getBeanConfiguration(Class<T> beanClass) |
Modifier and Type | Method and Description |
---|---|
<T> List<BeanConfiguration<? super T>> |
MetaDataProviderKeyedByClassName.getBeanConfigurationForHierarchy(Class<T> beanClass) |
<T> List<BeanConfiguration<? super T>> |
MetaDataProvider.getBeanConfigurationForHierarchy(Class<T> beanClass)
Returns a list with the configurations for all types contained in the
given type's hierarchy (including implemented interfaces) starting at the
specified type.
|
<T> List<BeanConfiguration<? super T>> |
AnnotationMetaDataProvider.getBeanConfigurationForHierarchy(Class<T> beanClass) |
Constructor and Description |
---|
MetaDataProviderKeyedByClassName(ConstraintHelper constraintHelper,
Map<String,BeanConfiguration<?>> configuredBeans) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.