public class IdentifierDataResolver extends Object implements UserDataResolver
| Modifier and Type | Field and Description |
|---|---|
protected org.beangle.commons.dao.EntityDao |
entityDao |
| Constructor and Description |
|---|
IdentifierDataResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(Dimension field,
Collection<?> items)
Marshal list of objects to text format
|
void |
setEntityDao(org.beangle.commons.dao.EntityDao entityDao) |
<T> List<T> |
unmarshal(Dimension field,
String text)
Convert text to list of objects
|
public String marshal(Dimension field, Collection<?> items)
UserDataResolvermarshal in interface UserDataResolverpublic <T> List<T> unmarshal(Dimension field, String text)
UserDataResolverunmarshal in interface UserDataResolverpublic void setEntityDao(org.beangle.commons.dao.EntityDao entityDao)
Copyright © 2005–2018 The OpenURP Software. All rights reserved.