public final class Group extends Object
Constructor and Description |
---|
Group(Class<?> group)
Create a new Group instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Class<?> |
getGroup()
Get the actual group class.
|
int |
hashCode() |
boolean |
isDefault()
Learn whether the group represented is the default group.
|
String |
toString() |
public static final Group DEFAULT
public Group(Class<?> group)
group
- public Class<?> getGroup()
public boolean isDefault()
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.