类 MapperUtils
- java.lang.Object
-
- org.sagacity.sqltoy.utils.MapperUtils
-
public class MapperUtils extends Object
- 版本:
- v1.0,Date:2020-8-8
- 作者:
- zhongxuchen
-
-
字段概要
字段 修饰符和类型 字段 说明 protected static org.slf4j.Loggerlogger定义日志
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static <T extends Serializable>
Tmap(Serializable source, Class<T> resultType, String... ignoreProperties)static <T extends Serializable>
Page<T>map(Page sourcePage, Class<T> resultType, String... ignoreProperties)static <T extends Serializable>
List<T>mapList(List sourceList, Class<T> resultType, String... ignoreProperties)
-
-
-
方法详细资料
-
map
public static <T extends Serializable> T map(Serializable source, Class<T> resultType, String... ignoreProperties) throws RuntimeException
- 抛出:
RuntimeException
-
mapList
public static <T extends Serializable> List<T> mapList(List sourceList, Class<T> resultType, String... ignoreProperties) throws RuntimeException
- 抛出:
RuntimeException
-
map
public static <T extends Serializable> Page<T> map(Page sourcePage, Class<T> resultType, String... ignoreProperties)
-
-