Class Group
- java.lang.Object
-
- org.hibernate.validator.internal.engine.groups.Group
-
public class Group extends Object
Encapsulates a single group.- Author:
- Hardy Ferentschik
-
-
Field Summary
Fields Modifier and Type Field Description static GroupDEFAULT_GROUP
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Class<?>getDefiningClass()inthashCode()booleanisDefaultGroup()StringtoString()
-