com.atlassian.bamboo.persister.xstream
Class BambooDateTimeZoneConverter
java.lang.Object
AbstractBasicConverter
com.atlassian.bamboo.persister.xstream.BambooDateTimeZoneConverter
public class BambooDateTimeZoneConverter
- extends AbstractBasicConverter
This class lets us persist JODA DataTime objects without saving all the internal junk associated with the class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BambooDateTimeZoneConverter
public BambooDateTimeZoneConverter()
canConvert
public boolean canConvert(Class aClass)
- Inform XStream that we're reponsible for converting the DateTime objects.
fromString
protected Object fromString(String s)
toString
protected String toString(Object object)
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.