public abstract class StylerUtils extends Object
For more sophisticated needs, use the ValueStyler
abstraction
directly. This class simply uses a shared DefaultValueStyler
instance underneath.
ValueStyler
,
DefaultValueStyler
Constructor and Description |
---|
StylerUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
style(Object value)
Style the specified value according to default conventions.
|
public static String style(Object value)
value
- the Object value to styleDefaultValueStyler