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 Object#toString. {@code form
| 45 | |
| 46 | |
| 47 | public interface AttributeRenderer { |
| 48 | public String toString(Object o, String formatString, Locale locale); |
| 49 | } |
no outgoing calls
no test coverage detected