public final class Strings extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
canonicalClassName(String className)
Returns the canonical class name by removing any generic type information.
|
static String |
getOrElse(String text,
String defaultValue)
Returns the value or the defaultValue if it is null
|
static boolean |
isNullOrEmpty(String text)
Returns true if the given text is null or empty string
|
Apache Camel