Class DateTimeConverter

java.lang.Object
org.kuali.rice.krad.service.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
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • DateTimeConverter

      public DateTimeConverter()
  • Method Details

    • 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