Class IdentifierDataResolver
java.lang.Object
org.beangle.ems.app.security.service.IdentifierDataResolver
- All Implemented Interfaces:
UserDataResolver
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshal(Dimension field, Collection<?> items) Marshal list of objects to text formatvoidsetEntityDao(EntityDao entityDao) <T> List<T>Convert text to list of objects
-
Field Details
-
entityDao
-
-
Constructor Details
-
IdentifierDataResolver
public IdentifierDataResolver()
-
-
Method Details
-
marshal
Description copied from interface:UserDataResolverMarshal list of objects to text format- Specified by:
marshalin interfaceUserDataResolver
-
unmarshal
Description copied from interface:UserDataResolverConvert text to list of objects- Specified by:
unmarshalin interfaceUserDataResolver
-
setEntityDao
-