public class ParseUtils extends Object
| Constructor and Description |
|---|
ParseUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
getBoolean(String s) |
static List<String> |
postgresArray2StringList(String value) |
static List<String> |
postgresArray2StringList(String value,
int appendStringSize) |
static List<String> |
postgresROW2StringList(String value) |
static List<String> |
postgresROW2StringList(String value,
int appendStringSize) |
public static final List<String> postgresArray2StringList(String value) throws ArrayParserException
ArrayParserExceptionpublic static final List<String> postgresArray2StringList(String value, int appendStringSize) throws ArrayParserException
ArrayParserExceptionpublic static final List<String> postgresROW2StringList(String value) throws RowParserException
RowParserExceptionpublic static final List<String> postgresROW2StringList(String value, int appendStringSize) throws RowParserException
RowParserExceptionpublic static Boolean getBoolean(String s) throws ParserException
ParserExceptionCopyright © 2012–2021 Zalando SE. All rights reserved.