public class GroupsConfiguration extends java.lang.Object implements Matchable<GroupsConfiguration>, ConfigurationInfo
| 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) |
ElementDefinition |
getElementDefinition() |
java.util.List<Grouper<?>> |
groupers()
Get's the current groupers in use
|
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitsubElementspublic static final AttributeDefinition<java.lang.Boolean> ENABLED
public static final AttributeDefinition<java.util.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 java.util.List<Grouper<?>> groupers()
public AttributeSet attributes()
attributes in interface BaseConfigurationInfoAttributeSet declared by the configuration.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