Package | Description |
---|---|
org.hibernate.validator.cfg.context |
Contains facet and creational context interfaces forming the API
for programmatic constraint definition.
|
org.hibernate.validator.cfg.context.impl |
Creational context implementations of the API for programmatic
constraint definition.
|
org.hibernate.validator.metadata |
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
|
Modifier and Type | Method and Description |
---|---|
<T extends DefaultGroupSequenceProvider<? super C>> |
TypeConstraintMappingContext.defaultGroupSequenceProvider(Class<T> defaultGroupSequenceProviderClass)
Defines the default group sequence provider for the current type.
|
Modifier and Type | Method and Description |
---|---|
<T extends DefaultGroupSequenceProvider<?>> |
ConstraintMappingContext.addDefaultGroupSequenceProvider(Class<?> beanClass,
Class<T> defaultGroupSequenceProviderClass) |
<T extends DefaultGroupSequenceProvider<? super C>> |
TypeConstraintMappingContextImpl.defaultGroupSequenceProvider(Class<T> defaultGroupSequenceProviderClass)
Defines the default group sequence provider for the bean class of this instance.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends DefaultGroupSequenceProvider<?>> |
ConstraintMappingContext.getDefaultGroupSequenceProvider(Class<?> beanType)
Returns the class of the default group sequence provider defined
for the given bean type.
|
Constructor and Description |
---|
BeanMetaDataImpl(Class<T> beanClass,
ConstraintHelper constraintHelper,
List<Class<?>> defaultGroupSequence,
Class<? extends DefaultGroupSequenceProvider<?>> defaultGroupSequenceProvider,
Map<Class<?>,List<BeanMetaConstraint<?>>> constraints,
Set<AggregatedMethodMetaData> methodMetaDatas,
Set<Member> cascadedMembers,
AnnotationIgnores annotationIgnores,
BeanMetaDataCache beanMetaDataCache)
Constructor used when creating a bean meta data instance via the xml or programmatic API.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.