| Constructor and Description |
|---|
ObjectFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
format(Object input)
Converts the supplied parameter to a string using String.valueOf().
|
void |
init()
Does nothing.
|
void |
setFormatPattern(String formatPattern)
Does nothing.
|
void |
setFormatType(String formatType)
Does nothing.
|
void |
setLocale(Locale locale)
Does nothing.
|
public String format(Object input)
public void setFormatPattern(String formatPattern)
setFormatPattern in interface Formatter<Object>public void setFormatType(String formatType)
setFormatType in interface Formatter<Object>© Copyright 2005-2006, Stripes Development Team.