Class Sequence
- java.lang.Object
-
- org.hibernate.validator.internal.engine.groups.Sequence
-
- All Implemented Interfaces:
Iterable<GroupWithInheritance>
public class Sequence extends Object implements Iterable<GroupWithInheritance>
Models a group sequence.- Author:
- Hardy Ferentschik
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)voidexpandInheritedGroups()List<Group>getComposingGroups()Class<?>getDefiningClass()inthashCode()Iterator<GroupWithInheritance>iterator()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
DEFAULT
public static Sequence DEFAULT
An "anonymous" sequence with just a single contained element,Default.class.
-
-
Method Detail
-
getDefiningClass
public Class<?> getDefiningClass()
-
expandInheritedGroups
public void expandInheritedGroups()
-
iterator
public Iterator<GroupWithInheritance> iterator()
- Specified by:
iteratorin interfaceIterable<GroupWithInheritance>
-
-