public final class StringUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String[] |
EMPTY_STRING_ARRAY
Deprecated.
|
Constructor and Description |
---|
StringUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
getUTF8Bytes(String s)
Deprecated.
|
static String |
nonEmptyOrNull(String s)
Deprecated.
|
static boolean |
nonEmptyString(String s)
Deprecated.
|
static String |
nonEmptyTrimmedOrNull(String s)
Deprecated.
|
static String |
nonNullOrBlank(String s)
Deprecated.
|
static boolean |
nonWhitespaceString(String s)
Deprecated.
|
static String |
normalString(String s)
Deprecated.
|
public static final String[] EMPTY_STRING_ARRAY