T - the type of values this renderer can handle.public interface AttributeRenderer<T>
If the format string passed to the renderer is not recognized then simply
call Object.toString().
formatString can be null but locale will at least be
Locale.getDefault().
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString(T value,
java.lang.String formatString,
java.util.Locale locale) |
java.lang.String toString(T value, java.lang.String formatString, java.util.Locale locale)
Copyright © 2020. All Rights Reserved.