Class GroupChainGenerator
java.lang.Object
de.knightsoftnet.validators.client.impl.GroupChainGenerator
Helper class used to resolve groups and sequences into a single chain of groups which can then be
validated.
Modified from the Hibernate validator for use with GWT.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGroupChainFor(Collection<Class<?>> groups) Generates a chain of groups to be validated given the specified validation groups.toString()
-
Constructor Details
-
GroupChainGenerator
-
-
Method Details