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