@Deprecated public class LambdaWrapper extends Object
Deprecated. Can be instead of LambdaWrapper by cn.hutool.core.lang.func.LambdaUtil.java
| 构造器和说明 |
|---|
LambdaWrapper()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
firstToLowerCase(String param)
已过时。
首字母转换小写
|
static <T> String |
getFieldName(IGetterFunction<T> function)
已过时。
根据getter方法名获取属性名
|
static <T,U> String |
getFieldName(ISetterFunction<T,U> function)
已过时。
根据setter方法名获取属性名
|
static String |
resolveGetterFieldName(String getMethodName)
已过时。
处理getter方法名
|
static String |
resolveSetterFieldName(String setMethodName)
已过时。
处理setter方法名
|
public static <T> String getFieldName(IGetterFunction<T> function)
T - tfunction - getter functionpublic static <T,U> String getFieldName(ISetterFunction<T,U> function)
T - tfunction - setter functionpublic static String resolveGetterFieldName(String getMethodName)
getMethodName - get Method Namepublic static String resolveSetterFieldName(String setMethodName)
setMethodName - set Method NameCopyright © 2022. All rights reserved.