This interface describes an object that knows how to format or otherwise
render an object appropriately. There is one renderer registered per
group for a given Java type.
If the format string passed to the renderer is not recognized then simply
call toString().
formatString can be null but locale will at least be Locale.getDefault()
Method Summary
Methods
Modifier and Type
Method and Description
java.lang.String
toString(java.lang.Object o,
java.lang.String formatString,
java.util.Locale locale)
Method Detail
toString
java.lang.String toString(java.lang.Object o,
java.lang.String formatString,
java.util.Locale locale)