public interface IFormatter extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getFormattedValue(Object aValue)
Convert the passed value to a formatted string according to the pattern.
|
@Nonnull String getFormattedValue(@Nullable Object aValue)
aValue - The source value to be formatted. May be null.null.IllegalArgumentException - if the formatter does not understand the objectCopyright © 2014–2015 Philip Helger. All rights reserved.