public class GroupChainGenerator extends Object
Constructor and Description |
---|
GroupChainGenerator() |
Modifier and Type | Method and Description |
---|---|
GroupChain |
getGroupChainFor(Collection<Class<?>> groups)
Generates a chain of groups to be validated given the specified validation groups.
|
String |
toString() |
public GroupChain getGroupChainFor(Collection<Class<?>> groups)
groups
- The groups specified at the validation call.GroupChain
defining the order in which validation has to occur.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.