public class ObjTransformUtils extends Object
| 构造器和说明 |
|---|
ObjTransformUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> T |
fatherToChild(Object father,
Class<T> childClass) |
static <T> List<T> |
toOtherList(List list,
Class<T> otherClass) |
static <T> T |
toOtherObj(Object obj,
Class<T> otherClass) |
static String |
upperHeadChar(String in)
首字母大写,in:deleteDate,out:DeleteDate
|
Copyright © 2020. All rights reserved.