java.lang.Object
org.hibernate.validator.internal.engine.groups.GroupWithInheritance
- All Implemented Interfaces:
Iterable<Group>
Represents a validation group and all the groups it extends ("group inheritance").
- Author:
- Gunnar Morling
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GroupWithInheritance
public GroupWithInheritance(Set<Group> groups)
-