public class StupidBooleanAdapter extends XmlAdapter<String,Boolean>
StupidBooleanAdapter()
String
marshal(Boolean v)
Boolean
unmarshal(String v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StupidBooleanAdapter()
public Boolean unmarshal(String v) throws Exception
unmarshal
XmlAdapter<String,Boolean>
Exception
public String marshal(Boolean v) throws Exception
marshal
Copyright © 2021. All rights reserved.