Package tech.mgl.core.utils
Class MGL_ClassUtils
java.lang.Object
tech.mgl.core.utils.MGL_ClassUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> StringgetDbColumnName(MFunction<T, ?> function) static <T> StringgetFieldName(MFunction<T, ?> function) static booleanstatic StringtoUnderlineCase(String camelCase)
-
Constructor Details
-
MGL_ClassUtils
public MGL_ClassUtils()
-
-
Method Details
-
isPresent
-
getFieldName
-
toUnderlineCase
- Parameters:
camelCase-- Returns:
-
getDbColumnName
-