public interface ValueFormatter
| Modifier and Type | Method and Description |
|---|---|
String |
descriptionFormat(Object data)
Describes the data.
|
Object |
format(Object value)
Formats the specified value.
|
Object |
prettyFormat(Object value)
Formats the specified value in a human readable format.
|
Object format(Object value)
Object prettyFormat(Object value)
Copyright © 2014. All Rights Reserved.