public class GroupsConfiguration extends java.lang.Object implements Matchable<GroupsConfiguration>
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<java.lang.Boolean> |
ENABLED |
static AttributeDefinition<java.util.List<Grouper<?>>> |
GROUPERS |
| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
attributes() |
boolean |
enabled()
If grouping support is enabled, then
Group annotations are honored and any configured
groupers will be invoked |
boolean |
equals(java.lang.Object obj) |
java.util.List<Grouper<?>> |
groupers()
Get's the current groupers in use
|
int |
hashCode() |
java.lang.String |
toString() |
public static final AttributeDefinition<java.lang.Boolean> ENABLED
public static final AttributeDefinition<java.util.List<Grouper<?>>> GROUPERS
public boolean enabled()
Group annotations are honored and any configured
groupers will be invokedpublic java.util.List<Grouper<?>> groupers()
public AttributeSet attributes()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object