Package org.openurp.app.security.service
Class IdentifierDataResolver
- java.lang.Object
-
- org.openurp.app.security.service.IdentifierDataResolver
-
- All Implemented Interfaces:
UserDataResolver
public class IdentifierDataResolver extends Object implements UserDataResolver
-
-
Field Summary
Fields Modifier and Type Field Description protected org.beangle.commons.dao.EntityDaoentityDao
-
Constructor Summary
Constructors Constructor Description IdentifierDataResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmarshal(Dimension field, Collection<?> items)Marshal list of objects to text formatvoidsetEntityDao(org.beangle.commons.dao.EntityDao entityDao)<T> List<T>unmarshal(Dimension field, String text)Convert text to list of objects
-
-
-
Method Detail
-
marshal
public String marshal(Dimension field, Collection<?> items)
Description copied from interface:UserDataResolverMarshal list of objects to text format- Specified by:
marshalin interfaceUserDataResolver
-
unmarshal
public <T> List<T> unmarshal(Dimension field, String text)
Description copied from interface:UserDataResolverConvert text to list of objects- Specified by:
unmarshalin interfaceUserDataResolver
-
setEntityDao
public void setEntityDao(org.beangle.commons.dao.EntityDao entityDao)
-
-