org.jboss.resteasy.plugins.providers.atom.app
Class BooleanAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,Boolean>
      extended by org.jboss.resteasy.plugins.providers.atom.app.BooleanAdapter

public class BooleanAdapter
extends XmlAdapter<String,Boolean>


Constructor Summary
BooleanAdapter()
           
 
Method Summary
 String marshal(Boolean c)
           
 Boolean unmarshal(String yesno)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanAdapter

public BooleanAdapter()
Method Detail

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.