Package tech.mgl.core.utils
Class MGL_ObjectUtils
java.lang.Object
tech.mgl.core.utils.MGL_ObjectUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanstatic booleanisCollection(Object obj) static booleanstatic <T> booleanisEmpty(T obj) static booleanisNotBlank(String str) static <T> booleanisNotEmpty(T obj) static <T> booleanisNotNull(T obj) static <T> booleanisNull(T obj)
-
Constructor Details
-
MGL_ObjectUtils
public MGL_ObjectUtils()
-
-
Method Details
-
isCollectionOrArray
-
isArray
-
isCollection
-
isBlank
-
isNotBlank
-
isEmpty
public static <T> boolean isEmpty(T obj) -
isNotEmpty
public static <T> boolean isNotEmpty(T obj) -
isNull
public static <T> boolean isNull(T obj) -
isNotNull
public static <T> boolean isNotNull(T obj)
-