Class ConversionUtil

java.lang.Object
org.csveed.bean.conversion.ConversionUtil

public final class ConversionUtil extends Object
The Class ConversionUtil.
  • Method Details

    • hasLength

      public static boolean hasLength(CharSequence str)
      Checks for length.
      Parameters:
      str - the str
      Returns:
      true, if successful
    • hasText

      public static boolean hasText(String str)
      Checks for text.
      Parameters:
      str - the str
      Returns:
      true, if successful
    • hasText

      public static boolean hasText(CharSequence str)
      Checks for text.
      Parameters:
      str - the str
      Returns:
      true, if successful
    • trimAllWhitespace

      public static String trimAllWhitespace(String str)
      Trim all whitespace.
      Parameters:
      str - the str
      Returns:
      the string