Class FalseToNullAdapter

java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<Boolean,Boolean>
nl.vpro.xml.bind.FalseToNullAdapter

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

    • FalseToNullAdapter

      public FalseToNullAdapter()
  • Method Details

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