| Package | Description |
|---|---|
| com.helger.commons.format |
| Modifier and Type | Class and Description |
|---|---|
class |
FormatterMinLengthAddLeading
A string formatter that ensures that a string has a minimum length by filling
the remaining chars with a custom character at front (leading).
|
class |
FormatterMinLengthAddTrailing
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).
|
class |
FormatterStringPrefixAndSuffix
A formatter that adds a prefix and/or a suffix to a string.
|
class |
FormatterStringSkipPrefixAndSuffix
A formatter that skip a prefix and/or a suffix to a string.
|
Copyright © 2014–2020 Philip Helger. All rights reserved.