Package com.github.yulichang.toolkit
Class LambdaUtils
java.lang.Object
com.github.yulichang.toolkit.LambdaUtils
copy
LambdaUtils-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Class<T>getEntityClass(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T, ?> fn) static <T> LambdaMetagetMeta(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T, ?> fn) static <T> StringgetName(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T, ?> fn)
-
Constructor Details
-
LambdaUtils
public LambdaUtils()
-
-
Method Details
-
getName
-
getEntityClass
public static <T> Class<T> getEntityClass(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T, ?> fn) -
getMeta
public static <T> LambdaMeta getMeta(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T, ?> fn)
-