org.yestech.lib.xml
Class JodaDateTimeConverter
java.lang.Object
org.yestech.lib.xml.JodaDateTimeConverter
- All Implemented Interfaces:
- com.thoughtworks.xstream.converters.ConverterMatcher, com.thoughtworks.xstream.converters.SingleValueConverter
public class JodaDateTimeConverter
- extends java.lang.Object
- implements com.thoughtworks.xstream.converters.ConverterMatcher, com.thoughtworks.xstream.converters.SingleValueConverter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JodaDateTimeConverter
public JodaDateTimeConverter(org.joda.time.format.DateTimeFormatter dateTimeFormatter)
getDateTimeFormatter
public org.joda.time.format.DateTimeFormatter getDateTimeFormatter()
canConvert
public boolean canConvert(java.lang.Class type)
- Specified by:
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher
toString
public java.lang.String toString(java.lang.Object obj)
- Specified by:
toString in interface com.thoughtworks.xstream.converters.SingleValueConverter
fromString
public java.lang.Object fromString(java.lang.String str)
- Specified by:
fromString in interface com.thoughtworks.xstream.converters.SingleValueConverter
Copyright © 2009 YES Technology Association. All Rights Reserved.