Class FormatterMinLengthAddTrailing

java.lang.Object
com.helger.commons.format.AbstractFormatterString
com.helger.commons.format.FormatterMinLengthAddTrailing
All Implemented Interfaces:
Function<Object,String>

public final class FormatterMinLengthAddTrailing extends AbstractFormatterString
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).
Author:
Philip Helger