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. |
Modifier and Type | Method and Description |
---|---|
ValidationOrder |
ValidationOrderGenerator.getValidationOrder(Class<?> group,
boolean expand)
Creates a
ValidationOrder for the given validation group. |
ValidationOrder |
ValidationOrderGenerator.getValidationOrder(Collection<Class<?>> groups)
Generates a order of groups and sequences for the specified validation groups.
|
Copyright © 2007-2014 Red Hat, Inc. All Rights Reserved