Uses of Interface
tech.mgl.core.i.MFunction
Packages that use MFunction
-
Uses of MFunction in tech.mgl.core.utils
Methods in tech.mgl.core.utils with parameters of type MFunctionModifier and TypeMethodDescriptionstatic <T> StringMGL_ClassUtils.getDbColumnName(MFunction<T, ?> function) static <T> StringMGL_ClassUtils.getFieldName(MFunction<T, ?> function) static <T,R> R 获取对象的指定字段值。static <T,R> R MGL_BeanUtils.getValueWithDefault(T t, MFunction<T, ?> fieldName, R defaultValue) 获取对象的指定字段值。