Class FalseToNullAdapter


  • public class FalseToNullAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<Boolean,​Boolean>
    Since:
    1.7
    Author:
    Michiel Meeuwissen
    • Constructor Detail

      • FalseToNullAdapter

        public FalseToNullAdapter()
    • Method Detail

      • unmarshal

        public Boolean unmarshal​(Boolean bool)
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<Boolean,​Boolean>
      • marshal

        public Boolean marshal​(Boolean bool)
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<Boolean,​Boolean>