Class StringUtility


  • public final class StringUtility
    extends Object
    • Method Detail

      • isNullOrEmpty

        public static boolean isNullOrEmpty​(String value)
      • isNullOrBlank

        public static boolean isNullOrBlank​(String value)
      • hasLength

        public static boolean hasLength​(String value)
      • getShortenValueOrUndefined

        public static String getShortenValueOrUndefined​(String value,
                                                        int maxLength)