org.kuali.rice.krad.util
Class DateTimeConverter

java.lang.Object
  extended by org.kuali.rice.krad.util.DateTimeConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.ConverterMatcher, com.thoughtworks.xstream.converters.SingleValueConverter

public class DateTimeConverter
extends Object
implements com.thoughtworks.xstream.converters.SingleValueConverter


Constructor Summary
DateTimeConverter()
           
 
Method Summary
 boolean canConvert(Class clazz)
           
 Object fromString(String value)
           
 String toString(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeConverter

public DateTimeConverter()
Method Detail

canConvert

public boolean canConvert(Class clazz)
Specified by:
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher

toString

public String toString(Object obj)
Specified by:
toString in interface com.thoughtworks.xstream.converters.SingleValueConverter

fromString

public Object fromString(String value)
Specified by:
fromString in interface com.thoughtworks.xstream.converters.SingleValueConverter


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.