Uses of Class
org.hibernate.validator.internal.engine.groups.Sequence
Packages that use Sequence
Package
Description
Helper classes for the processing of groups.
The classes in this package contain the aggregated meta data needed for an actual validation.
-
Uses of Sequence in org.hibernate.validator.internal.engine.groups
Fields in org.hibernate.validator.internal.engine.groups declared as SequenceModifier and TypeFieldDescriptionstatic Sequence
Sequence.DEFAULT
An "anonymous" sequence with just a single contained element,Default.class
.Methods in org.hibernate.validator.internal.engine.groups that return types with arguments of type SequenceModifier and TypeMethodDescriptionDefaultValidationOrder.getSequenceIterator()
ValidationOrder.DefaultGroupValidationOrder.getSequenceIterator()
ValidationOrder.DefaultSequenceValidationOrder.getSequenceIterator()
ValidationOrder.getSequenceIterator()
Methods in org.hibernate.validator.internal.engine.groups with parameters of type Sequence -
Uses of Sequence in org.hibernate.validator.internal.metadata.aggregated
Methods in org.hibernate.validator.internal.metadata.aggregated that return types with arguments of type SequenceModifier and TypeMethodDescriptionBeanMetaData.getDefaultValidationSequence
(T beanState) Returns an iterator over the default validation group sequence as configured through@GroupSequence
/@DefaultGroupSequenceProvider
.BeanMetaDataImpl.getDefaultValidationSequence
(T beanState)