Class BooleanAdapter


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

      • BooleanAdapter

        public BooleanAdapter()
    • Method Detail

      • 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>