public interface GroupValidator
Modifier and Type | Method and Description |
---|---|
<T> void |
validateGroups(GwtValidationContext<T> context,
Set<javax.validation.ConstraintViolation<T>> violations,
Group... groups)
Validates the given group(s) (may not include group sequences)
and adds any violations to the set.
|
<T> void validateGroups(GwtValidationContext<T> context, Set<javax.validation.ConstraintViolation<T>> violations, Group... groups)
Copyright © 2018. All rights reserved.