Package in.hocg.boot.utils.utils
Class LambdaUtils
- java.lang.Object
-
- in.hocg.boot.utils.utils.LambdaUtils
-
public class LambdaUtils extends Object
Created by hocgin on 2022/1/6 email: hocgin@gmail.com- Author:
- hocgin
-
-
Constructor Summary
Constructors Constructor Description LambdaUtils()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> StringgetColumnName(SFunction<T,?> lambda)获取数据库字段名<T> StringgetMethodName(SFunction<T,?> lambda)获取方法名称<T> StringgetPropertyName(SFunction<T,?> lambda)获取属性名称
-