public abstract class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isNullOrEmpty(String string) |
static Optional<String> |
nonEmptyString(String string) |
static String |
removeQuotes(String string) |
Copyright © 2021. All rights reserved.