public class BooleanAdapter extends XmlAdapter<String,Boolean>
BooleanAdapter()
String
marshal(Boolean c)
Boolean
unmarshal(String yesno)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BooleanAdapter()
public Boolean unmarshal(String yesno)
unmarshal
XmlAdapter<String,Boolean>
public String marshal(Boolean c)
marshal
Copyright © 2015. All Rights Reserved.