public class StringUtil extends Object
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(String str) |
static String |
encode(byte[] bytes) |
static boolean |
isNotNullAndNotEmpty(Collection<?> col) |
static boolean |
isNotNullAndNotEmpty(Object[] str) |
static boolean |
isNotNullAndNotEmpty(String str) |
static boolean |
isNullOrEmpty(Collection<?> col) |
static boolean |
isNullOrEmpty(Object[] objs) |
static boolean |
isNullOrEmpty(String str) |
static String |
stripPhoneNumber(String phoneNumber) |
static String |
toInClause(Base... bases) |
static String |
toInClause(Collection<String> col) |
static String |
toInClause(String[] array) |
static String |
toInClauseForMetadata(Collection<Base> col) |
static String[] |
toUuids(Base[] objs) |
public static boolean isNullOrEmpty(String str)
public static boolean isNullOrEmpty(Object[] objs)
public static boolean isNullOrEmpty(Collection<?> col)
public static boolean isNotNullAndNotEmpty(String str)
public static boolean isNotNullAndNotEmpty(Object[] str)
public static boolean isNotNullAndNotEmpty(Collection<?> col)
public static String encode(byte[] bytes)
public static byte[] decode(String str)
public static String toInClause(Collection<String> col)
public static String toInClauseForMetadata(Collection<Base> col)
Copyright © 2018. All rights reserved.