public class GroupsConfiguration extends Object implements Matchable<GroupsConfiguration>
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Boolean> |
ENABLED |
static AttributeDefinition<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(Object obj) |
List<Grouper<?>> |
groupers()
Get's the current groupers in use
|
int |
hashCode() |
String |
toString() |
public static final AttributeDefinition<Boolean> ENABLED
public static final AttributeDefinition<List<Grouper<?>>> GROUPERS
public boolean enabled()
Group
annotations are honored and any configured
groupers will be invokedpublic AttributeSet attributes()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.