Package | Description |
---|---|
org.hibernate.validator.cfg.context |
Contains facet and creational context interfaces forming the API
for programmatic constraint definition.
|
org.hibernate.validator.internal.cfg.context |
Creational context implementations of the API for programmatic
constraint definition.
|
org.hibernate.validator.internal.engine.groups |
Helper classes for the processing of groups.
|
Modifier and Type | Method and Description |
---|---|
<T extends DefaultGroupSequenceProvider<? super C>> |
TypeConstraintMappingContext.defaultGroupSequenceProvider(Class<T> defaultGroupSequenceProviderClass)
Deprecated.
Will be removed in a future release. Use
TypeConstraintMappingContext.defaultGroupSequenceProviderClass(Class) instead. |
Modifier and Type | Method and Description |
---|---|
<T extends DefaultGroupSequenceProvider<? super C>> |
TypeConstraintMappingContextImpl.defaultGroupSequenceProvider(Class<T> defaultGroupSequenceProviderClass) |
Modifier and Type | Method and Description |
---|---|
<T> Class<? extends DefaultGroupSequenceProvider<? super T>> |
ConstraintMappingContext.getDeprecatedDefaultGroupSequenceProvider(Class<T> beanType)
Returns the class of the default group sequence provider defined
for the given bean type.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
ConstraintMappingContext.addDeprecatedDefaultGroupSequenceProvider(Class<T> beanClass,
Class<? extends DefaultGroupSequenceProvider<? super T>> defaultGroupSequenceProviderClass) |
Modifier and Type | Method and Description |
---|---|
static <T> DefaultGroupSequenceProviderAdapter<T> |
DefaultGroupSequenceProviderAdapter.getInstance(DefaultGroupSequenceProvider<T> adaptee) |
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved