|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.thoughtworks.xstream.converters.basic.AbstractBasicConverter
com.thoughtworks.xstream.converters.basic.DateConverter
| Field Summary | |
private java.text.DateFormat |
dateFormat
|
| Constructor Summary | |
DateConverter()
|
|
DateConverter(java.text.DateFormat dateFormat)
|
|
| Method Summary | |
boolean |
canConvert(java.lang.Class type)
|
protected java.lang.Object |
fromString(java.lang.String str)
|
protected java.lang.String |
toString(java.lang.Object obj)
|
| Methods inherited from class com.thoughtworks.xstream.converters.basic.AbstractBasicConverter |
fromXML, toXML |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.text.DateFormat dateFormat
| Constructor Detail |
public DateConverter(java.text.DateFormat dateFormat)
public DateConverter()
| Method Detail |
public boolean canConvert(java.lang.Class type)
canConvert in interface ConvertercanConvert in class AbstractBasicConverterprotected java.lang.Object fromString(java.lang.String str)
fromString in class AbstractBasicConverterprotected java.lang.String toString(java.lang.Object obj)
toString in class AbstractBasicConverter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||