public abstract class MetaDataProviderKeyedByClassName extends Object implements MetaDataProvider
MetaDataProviders which cache the BeanConfiguration by class name.| Modifier and Type | Field and Description |
|---|---|
protected ConstraintHelper |
constraintHelper |
DEFAULT_PARAMETER_NAME_PREFIX| Constructor and Description |
|---|
MetaDataProviderKeyedByClassName(ConstraintHelper constraintHelper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addBeanConfiguration(Class<?> beanClass,
BeanConfiguration<?> beanConfiguration) |
protected <T> BeanConfiguration<T> |
createBeanConfiguration(ConfigurationSource source,
Class<T> beanClass,
Set<? extends ConstrainedElement> constrainableElements,
List<Class<?>> defaultGroupSequence,
DefaultGroupSequenceProvider<? super T> defaultGroupSequenceProvider) |
protected BeanConfiguration<?> |
getBeanConfiguration(Class<?> beanClass) |
<T> List<BeanConfiguration<? super T>> |
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAnnotationProcessingOptionsprotected final ConstraintHelper constraintHelper
public MetaDataProviderKeyedByClassName(ConstraintHelper constraintHelper)
public <T> List<BeanConfiguration<? super T>> getBeanConfigurationForHierarchy(Class<T> beanClass)
MetaDataProvidergetBeanConfigurationForHierarchy in interface MetaDataProviderbeanClass - The type of interest.null.protected void addBeanConfiguration(Class<?> beanClass, BeanConfiguration<?> beanConfiguration)
protected BeanConfiguration<?> getBeanConfiguration(Class<?> beanClass)
protected <T> BeanConfiguration<T> createBeanConfiguration(ConfigurationSource source, Class<T> beanClass, Set<? extends ConstrainedElement> constrainableElements, List<Class<?>> defaultGroupSequence, DefaultGroupSequenceProvider<? super T> defaultGroupSequenceProvider)
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved