Class FormatterMinLengthAddLeading

java.lang.Object
com.helger.commons.format.AbstractFormatterString
com.helger.commons.format.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