Uses of Class
com.helger.commons.format.AbstractFormatterString
-
Packages that use AbstractFormatterString Package Description com.helger.commons.format -
-
Uses of AbstractFormatterString in com.helger.commons.format
Subclasses of AbstractFormatterString in com.helger.commons.format Modifier and Type Class Description classFormatterMinLengthAddLeadingA string formatter that ensures that a string has a minimum length by filling the remaining chars with a custom character at front (leading).classFormatterMinLengthAddTrailingA string formatter that ensures that a string has a minimum length by filling the remaining chars with a custom character at the end (trailing).classFormatterStringPrefixAndSuffixA formatter that adds a prefix and/or a suffix to a string.classFormatterStringSkipPrefixAndSuffixA formatter that skip a prefix and/or a suffix to a string.
-