org.sonatype.sisu.jacksbee.runtime
Class DateTimeAdapter
java.lang.Object
org.sonatype.sisu.jacksbee.runtime.DateTimeAdapter
public class DateTimeAdapter
- extends Object
Adapter to handler xs:dateTime as ISO-8601 dates.
- Since:
- 1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateTimeAdapter
public DateTimeAdapter()
parse
public static Date parse(String value)
print
public static String print(Date date)
Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.