Class StringUtils


  • public class StringUtils
    extends Object
    • Method Detail

      • isNullOrWhiteSpace

        public static boolean isNullOrWhiteSpace​(@Nullable String input)
      • getUtf8Bytes

        public static byte[] getUtf8Bytes​(String value)
      • removeNullCharacter

        public static @Nullable String removeNullCharacter​(@Nullable String data)