public class EntityConvertor<T> extends Object
EntityConvertor()
T
mapToEntity(Map<String,Object> map, Class<?> pojoClass)
List<T>
mapToList(List<Map<String,Object>> mapList, Class<?> pojoClass)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EntityConvertor()
public T mapToEntity(Map<String,Object> map, Class<?> pojoClass) throws Exception
Exception
public List<T> mapToList(List<Map<String,Object>> mapList, Class<?> pojoClass) throws Exception
mapList
pojoClass
Copyright © 2019. All rights reserved.