public class BooleanAdapter extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Boolean>
BooleanAdapter()
String
marshal(Boolean value)
Boolean
unmarshal(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BooleanAdapter()
public Boolean unmarshal(String value) throws Exception
unmarshal
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Boolean>
Exception
public String marshal(Boolean value) throws Exception
marshal