public class DateFormatter<T> extends Object implements XsvFormatter<T>
| Constructor and Description |
|---|
DateFormatter(String zone,
String format)
Instantiates a new Date formatter.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
format(T bean,
String field,
boolean isCustom,
Object value)
Format string.
|
public Object format(T bean, String field, boolean isCustom, Object value)
XsvFormatterformat in interface XsvFormatter<T>bean - the beanfield - the fieldisCustom - the is customvalue - the valueCopyright © 2020. All rights reserved.