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, 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)
Copyright © 2017. All rights reserved.