Class BooleanAdapter
java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Boolean>
org.jboss.resteasy.plugins.providers.atom.app.BooleanAdapter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BooleanAdapter
public BooleanAdapter()
-
-
Method Details
-
unmarshal
Description copied from class:XmlAdapterConvert a value type to a bound type.- Specified by:
unmarshalin classXmlAdapter<String,Boolean> - Parameters:
yesno- The value to be converted. Can be null.
-
marshal
Description copied from class:XmlAdapterConvert a bound type to a value type.- Specified by:
marshalin classXmlAdapter<String,Boolean> - Parameters:
c- The value to be converted. Can be null.
-