Class ParseUtils
java.lang.Object
org.zalando.typemapper.parser.postgres.ParseUtils
- Author:
- valgog
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BooleangetBoolean(String s) postgresArray2StringList(String value) postgresArray2StringList(String value, int appendStringSize) postgresROW2StringList(String value) postgresROW2StringList(String value, int appendStringSize)
-
Constructor Details
-
ParseUtils
public ParseUtils()
-
-
Method Details
-
postgresArray2StringList
- Throws:
ArrayParserException
-
postgresArray2StringList
public static final List<String> postgresArray2StringList(String value, int appendStringSize) throws ArrayParserException - Throws:
ArrayParserException
-
postgresROW2StringList
- Throws:
RowParserException
-
postgresROW2StringList
public static final List<String> postgresROW2StringList(String value, int appendStringSize) throws RowParserException - Throws:
RowParserException
-
getBoolean
- Throws:
ParserException
-