Interface ValueFormatter
- All Known Implementing Classes:
ASCIIValueFormatter,DateValueFormatter,EnumValueFormatter,SetValueFormatter
public interface ValueFormatter
ValueFormatter.
- Author:
- Werner Randelshofer
-
Method Summary
Modifier and TypeMethodDescriptiondescriptionFormat(Object data) Describes the data.Formats the specified value.prettyFormat(Object value) Formats the specified value in a human readable format.
-
Method Details
-
format
-
prettyFormat
-
descriptionFormat
-