public class TrueFalseAdapter extends XmlAdapter<String,Boolean>
TrueFalseAdapter()
String
marshal(Boolean b)
Boolean
unmarshal(String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TrueFalseAdapter()
public Boolean unmarshal(String s) throws Exception
unmarshal
XmlAdapter<String,Boolean>
Exception
public String marshal(Boolean b) throws Exception
marshal
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.