| Interface | Description |
|---|---|
| IFormatableObject<DATATYPE> |
Basic interface for special objects having a certain string representation.
|
| Class | Description |
|---|---|
| AbstractFormatterString |
Base implementation class of the
IFunction interface that provides
the common functionality. |
| FormatableObject<DATATYPE> |
This class represents a single object with an additional formatter.
|
| 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).
|
| 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).
|
| FormatterStringPrefixAndSuffix |
A formatter that adds a prefix and/or a suffix to a string.
|
| FormatterStringSkipPrefixAndSuffix |
A formatter that skip a prefix and/or a suffix to a string.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.