public class DefaultObjectGrouper extends AbstractObjectGrouper
ObjectGrouper
. Its getGroupValue simply returns the value directly.Constructor and Description |
---|
DefaultObjectGrouper() |
DefaultObjectGrouper(String name) |
Modifier and Type | Method and 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, getConverterContext
public DefaultObjectGrouper()
public DefaultObjectGrouper(String name)
public Object getValue(Object value)
ObjectGrouper
ObjectGrouper.getType()
.value
- the valuepublic Class<?> getType()
ObjectGrouper
public String getName()
ObjectGrouper
public void setName(String name)