ObjectGrouperpublic class DefaultObjectGrouper extends AbstractObjectGrouper
ObjectGrouper. Its getGroupValue simply returns the value directly.| Constructor | Description |
|---|---|
DefaultObjectGrouper() |
|
DefaultObjectGrouper(String name) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getName() |
Gets the name of this object grouper.
|
Class<?> |
getType() |
Gets the group value type.
|
Object |
getValue(Object value) |
Gets the group value after this value is grouped.
|
void |
setName(String name) |
getComparatorContext, getConverterContextpublic DefaultObjectGrouper()
public DefaultObjectGrouper(String name)
public Object getValue(Object value)
ObjectGrouperObjectGrouper.getType().value - the valuepublic Class<?> getType()
ObjectGrouperpublic String getName()
ObjectGrouperpublic void setName(String name)