Package com.helger.commons.format
package com.helger.commons.format
-
ClassDescriptionBase implementation class of the
Function
interface that provides the common functionality.FormatableObject<DATATYPE>This class represents a single object with an additional formatter.A string formatter that ensures that a string has a minimum length by filling the remaining chars with a custom character at front (leading).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).A formatter that adds a prefix and/or a suffix to a string.A formatter that skip a prefix and/or a suffix to a string.IFormatableObject<DATATYPE>Basic interface for special objects having a certain string representation.