org.sonatype.sisu.jacksbee.runtime
Class DateTimeAdapter

java.lang.Object
  extended by org.sonatype.sisu.jacksbee.runtime.DateTimeAdapter

public class DateTimeAdapter
extends Object

Adapter to handler xs:dateTime as ISO-8601 dates.

Since:
1.0

Constructor Summary
DateTimeAdapter()
           
 
Method Summary
static Date parse(String value)
           
static String print(Date date)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeAdapter

public DateTimeAdapter()
Method Detail

parse

public static Date parse(String value)

print

public static String print(Date date)


Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.