Package | Description |
---|---|
org.hibernate.validator.internal.engine.groups |
Helper classes for the processing of groups.
|
org.hibernate.validator.internal.util.logging |
Logging classes.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidationOrder.assertDefaultGroupSequenceIsExpandable(List<Class<?>> defaultGroupSequence)
Asserts that the default group sequence of the validated bean can be expanded into the sequences which needs to
be validated.
|
void |
ValidationOrder.DefaultSequenceValidationOrder.assertDefaultGroupSequenceIsExpandable(List<Class<?>> defaultGroupSequence) |
void |
ValidationOrder.DefaultGroupValidationOrder.assertDefaultGroupSequenceIsExpandable(List<Class<?>> defaultGroupSequence) |
void |
DefaultValidationOrder.assertDefaultGroupSequenceIsExpandable(List<Class<?>> defaultGroupSequence)
Asserts that the default group sequence of the validated bean can be expanded into the sequences which needs to
be validated.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.