com.atlassian.bamboo.persister.xstream
Class BambooDateTimeConverter
java.lang.Object
AbstractBasicConverter
com.atlassian.bamboo.persister.xstream.BambooDateTimeConverter
public class BambooDateTimeConverter
- 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 |
BambooDateTimeConverter
public BambooDateTimeConverter()
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.