public class StringObjectUtils extends Object
| Constructor and Description |
|---|
StringObjectUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convertFirstLetterToLowerlize(String str) |
static String |
decompressGzip(byte[] compressed) |
static String |
deleteKeywordInString(String origin,
String[] deleteKeyword,
int[] deleteKeywordLocationIndex) |
static byte[] |
encode(char[] charArray) |
static String |
generateId(long idTimestamp,
String postfix) |
static String |
getExceptionMessageChain(Throwable throwable) |
static String |
getPostBodyString(javax.servlet.http.HttpServletRequest request) |
static byte[] |
gzipMessage(String message) |
static boolean |
isCompressed(byte[] compressed) |
static boolean |
isNotValid(String value) |
static boolean |
isValid(String value) |
static String |
objectToString(Object object) |
static String |
removeDotAndUpperCase(String value) |
public static boolean isValid(String value)
public static boolean isNotValid(String value)
public static String decompressGzip(byte[] compressed) throws Exception
Exceptionpublic static boolean isCompressed(byte[] compressed)
public static String getPostBodyString(javax.servlet.http.HttpServletRequest request) throws IOException
IOExceptionpublic static String removeDotAndUpperCase(String value) throws Exception
Exceptionpublic static String objectToString(Object object) throws Exception
Exceptionpublic static String deleteKeywordInString(String origin, String[] deleteKeyword, int[] deleteKeywordLocationIndex)
Copyright © 2020. All rights reserved.