public interface ValueStyler
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
style(java.lang.Object value)
Style the given value, returning a String representation.
|
java.lang.String style(@Nullable java.lang.Object value)
value - the Object value to style