Package | Description |
---|---|
org.hibernate.validator.cfg |
Entry point for the programmatic constraint definition API.
|
org.hibernate.validator.cfg.context |
Contains facet and creational context interfaces forming the API
for programmatic constraint definition.
|
Modifier and Type | Method and Description |
---|---|
<C> TypeConstraintMappingContext<C> |
ConstraintMapping.type(Class<C> beanClass)
Starts defining constraints on the specified bean class.
|
Modifier and Type | Method and Description |
---|---|
TypeConstraintMappingContext<C> |
TypeConstraintMappingContext.defaultGroupSequence(Class<?>... defaultGroupSequence)
Defines the default group sequence for current type.
|
TypeConstraintMappingContext<C> |
TypeConstraintMappingContext.defaultGroupSequenceProviderClass(Class<? extends DefaultGroupSequenceProvider<? super C>> defaultGroupSequenceProviderClass)
Defines the default group sequence provider for the current type.
|
TypeConstraintMappingContext<C> |
TypeConstraintMappingContext.ignoreAllAnnotations()
Defines that all annotations for this type should be ignored.
|
<C> TypeConstraintMappingContext<C> |
TypeTarget.type(Class<C> type)
Selects the type to which the next operations shall apply.
|
Copyright © 2007-2019 Red Hat, Inc. All Rights Reserved