Package technology.dice.dicewhere.utils
Class StringUtils
- java.lang.Object
-
- technology.dice.dicewhere.utils.StringUtils
-
public abstract class StringUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description StringUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisNullOrEmpty(String string)static Optional<String>nonEmptyString(String string)static StringremoveQuotes(String string)
-