Package | Description |
---|---|
org.hibernate.validator.internal.engine.groups |
Helper classes for the processing of groups.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultValidationOrder
An instance of
ValidationOrder defines the group order during one validation call. |
static class |
ValidationOrder.DefaultValidationOrder |
Modifier and Type | Field and Description |
---|---|
static ValidationOrder |
ValidationOrder.DEFAULT_SEQUENCE
A
ValidationOrder which contains a single sequence which
in turn contains a single group, Default . |
Modifier and Type | Method and Description |
---|---|
ValidationOrder |
ValidationOrderGenerator.getDefaultValidationOrder(Class<?> clazz,
List<Class<?>> defaultGroupSequence) |
ValidationOrder |
ValidationOrderGenerator.getValidationOrder(Collection<Class<?>> groups)
Generates a order of groups and sequences for the specified validation groups.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.