org.jboss.resteasy.plugins.providers.atom.app
Class BooleanAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Boolean>
org.jboss.resteasy.plugins.providers.atom.app.BooleanAdapter
public class BooleanAdapter
- extends XmlAdapter<String,Boolean>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanAdapter
public BooleanAdapter()
unmarshal
public Boolean unmarshal(String yesno)
- Specified by:
unmarshal
in class XmlAdapter<String,Boolean>
marshal
public String marshal(Boolean c)
- Specified by:
marshal
in class XmlAdapter<String,Boolean>
Copyright © 2012. All Rights Reserved.