Shared
Composite Recipes
Recipes that include further recipes, often including the individual recipes below.
Recipes
- Replace
StringUtils.abbreviate(String, int)
with JDK provided API - Replace
StringUtils.capitalise(String)
with JDK provided API - Replace
StringUtils.defaultString(Object)
with JDK provided API - Replace
StringUtils.defaultString(Object, String)
with JDK provided API - Replace
StringUtils.deleteWhitespace(String)
with JDK provided API - Replace
StringUtils.equals(String, String)
with JDK provided API - Replace
StringUtils.equalsIgnoreCase(String, String)
with JDK provided API - Replace
StringUtils.lowerCase(String)
with JDK provided API - Replace
StringUtils.replace(String, String, String)
with JDK provided API - Replace
StringUtils.reverse(String)
with JDK provided API - Replace
StringUtils.split(String)
with JDK provided API - Replace
StringUtils.strip(String)
with JDK provided API - Replace
StringUtils.trim(String)
with JDK provided API - Replace
StringUtils.upperCase(String)
with JDK provided API