Class FormatterMinLengthAddLeading

  • All Implemented Interfaces:
    Function<Object,​String>

    public final class FormatterMinLengthAddLeading
    extends AbstractFormatterString
    A string formatter that ensures that a string has a minimum length by filling the remaining chars with a custom character at front (leading).
    Author:
    Philip Helger