public class GroupsConfiguration extends Object implements Matchable<GroupsConfiguration>, ConfigurationInfo
| 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) |
ElementDefinition |
getElementDefinition() |
List<Grouper<?>> |
groupers()
Get's the current groupers in use
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitsubElementspublic static final AttributeDefinition<Boolean> ENABLED
public static final AttributeDefinition<List<Grouper<?>>> GROUPERS
public ElementDefinition getElementDefinition()
getElementDefinition in interface BaseConfigurationInfoElementDefinition of the configuration.public boolean enabled()
Group annotations are honored and any configured
groupers will be invokedpublic AttributeSet attributes()
attributes in interface BaseConfigurationInfoAttributeSet declared by the configuration.Copyright © 2021 JBoss by Red Hat. All rights reserved.