Class StringHelpers
java.lang.Object
io.debezium.ibmi.db2.journal.retrieve.StringHelpers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
log
private static org.slf4j.Logger log
-
-
Constructor Details
-
StringHelpers
private StringHelpers()
-
-
Method Details
-
padLeft
Pad space to the left of the input string s, so that the length of s is n.- Parameters:
s-n-- Returns:
-
padRight
Pad space to the right of the input string s, so that the length of s is n.- Parameters:
s-n-- Returns:
-
safeTrim
-