org.xwiki.rest.model.jaxb
Class Adapter1
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Calendar>
org.xwiki.rest.model.jaxb.Adapter1
public class Adapter1
- extends XmlAdapter<String,Calendar>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Adapter1
public Adapter1()
unmarshal
public Calendar unmarshal(String value)
- Specified by:
unmarshal in class XmlAdapter<String,Calendar>
marshal
public String marshal(Calendar value)
- Specified by:
marshal in class XmlAdapter<String,Calendar>
Copyright © 2004-2012 XWiki. All Rights Reserved.