public class ToolUtil extends Object
| Constructor and Description |
|---|
ToolUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
enumCode(Class<?> enumClass,
Object code)
根据枚举code获取枚举对象
|
static Map<Long,String> |
enumToMap(Class<?> enumClass) |
static String |
getFileSuffix(String fileName) |
static String |
getProjectPath() |
static String |
getRandomString(int length) |
static String |
lowerFirst(String word) |
static String |
upperFirst(String word) |
Copyright © 2022. All rights reserved.