Package org.miaixz.bus.mapper.support
Class Reflector
java.lang.Object
org.miaixz.bus.mapper.support.Reflector
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringfnToFieldName(org.miaixz.bus.core.center.function.FunctionX fn) static String[]fnToFieldNames(org.miaixz.bus.core.center.function.FunctionX... fns) static Class<?> getMapperClass(String msId) 根据msId获取接口类static StringgetMethodName(String msId) 获取执行的方法名static StringgetMethodName(org.apache.ibatis.mapping.MappedStatement ms) 获取执行的方法名
-
Field Details
-
CLASS_CACHE
public static final org.apache.ibatis.cache.Cache CLASS_CACHE
-
-
Constructor Details
-
Reflector
public Reflector()
-
-
Method Details
-
getMapperClass
-
fnToFieldName
-
fnToFieldNames
-
getMethodName
获取执行的方法名- Parameters:
ms- MappedStatement- Returns:
- the string
-
getMethodName
-