public class TrueFalseAdapter extends jakarta.xml.bind.annotation.adapters.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
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Boolean>
Exception
public String marshal(Boolean b) throws Exception
marshal