Class StringUtility
- java.lang.Object
-
- io.tech1.framework.domain.utilities.strings.StringUtility
-
public final class StringUtility extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetShortenValueOrUndefined(String value, int maxLength)static booleanhasLength(String value)static booleanisNullOrBlank(String value)static booleanisNullOrEmpty(String value)
-