Package com.helger.commons.format
-
Interface Summary Interface Description IFormatableObject<DATATYPE> Basic interface for special objects having a certain string representation. -
Class Summary Class Description AbstractFormatterString Base implementation class of theFunctioninterface that provides the common functionality.FormatableObject<DATATYPE> This class represents a single object with an additional formatter.FormatterMinLengthAddLeading A string formatter that ensures that a string has a minimum length by filling the remaining chars with a custom character at front (leading).FormatterMinLengthAddTrailing A string formatter that ensures that a string has a minimum length by filling the remaining chars with a custom character at the end (trailing).FormatterStringPrefixAndSuffix A formatter that adds a prefix and/or a suffix to a string.FormatterStringSkipPrefixAndSuffix A formatter that skip a prefix and/or a suffix to a string.