Class 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