Class StringUtility
java.lang.Object
org.mybatis.generator.internal.util.StringUtility
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcomposeFullyQualifiedTableName(String catalog, String schema, String tableName, char separator) static Stringstatic Stringstatic booleanstatic booleanstatic booleanstatic booleanGiven an input string, tokenize on the commas and trim all token.
-
Constructor Details
-
StringUtility
private StringUtility()Utility class. No instances allowed
-
-
Method Details
-
stringHasValue
-
composeFullyQualifiedTableName
-
stringContainsSpace
-
escapeStringForJava
-
escapeStringForKotlin
-
isTrue
-
stringContainsSQLWildcard
-
tokenize
Given an input string, tokenize on the commas and trim all token. Returns an empty set if the input string is null.- Parameters:
in- strong to tokenize.- Returns:
- Set of tokens
-