Class BooleanAdapter

java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Boolean>
org.jboss.resteasy.plugins.providers.atom.app.BooleanAdapter

public class BooleanAdapter extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Boolean>
  • Constructor Details

    • BooleanAdapter

      public BooleanAdapter()
  • Method Details

    • unmarshal

      public Boolean unmarshal(String yesno)
      Specified by:
      unmarshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Boolean>
    • marshal

      public String marshal(Boolean c)
      Specified by:
      marshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Boolean>