public interface IFormatter
| 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 © 2006–2014 phloc systems. All rights reserved.