Class StringUtils

java.lang.Object
org.citrusframework.util.StringUtils

public class StringUtils extends Object
Utility helper class for Strings.
  • Method Details

    • hasText

      public static boolean hasText(String str)
      Helper method checks for non-null and non-blank String.
    • isEmpty

      public static boolean isEmpty(String str)
      String helper checking for isEmpty String and adds null check on given parameter.