|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanConfiguration | |
|---|---|
| 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.metadata.aggregated |
|---|
| Methods in org.hibernate.validator.internal.metadata.aggregated with parameters of type BeanConfiguration | |
|---|---|
void |
BeanMetaDataImpl.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 BeanConfiguration | ||
|---|---|---|
protected
|
MetaDataProviderKeyedByClassName.createBeanConfiguration(ConfigurationSource source,
Class<T> beanClass,
Set<? extends ConstrainedElement> constrainableElements,
List<Class<?>> defaultGroupSequence,
DefaultGroupSequenceProvider<? super T> defaultGroupSequenceProvider)
|
|
protected BeanConfiguration<?> |
MetaDataProviderKeyedByClassName.getBeanConfiguration(Class<?> beanClass)
|
|
| Methods in org.hibernate.validator.internal.metadata.provider that return types with arguments of type BeanConfiguration | ||
|---|---|---|
|
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. |
|
|
MetaDataProviderKeyedByClassName.getBeanConfigurationForHierarchy(Class<T> beanClass)
|
|
|
AnnotationMetaDataProvider.getBeanConfigurationForHierarchy(Class<T> beanClass)
|
|
| Methods in org.hibernate.validator.internal.metadata.provider with parameters of type BeanConfiguration | |
|---|---|
protected void |
MetaDataProviderKeyedByClassName.addBeanConfiguration(Class<?> beanClass,
BeanConfiguration<?> beanConfiguration)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||