Class CountryCodeAdapter

java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<CountryWrapper,org.meeuw.i18n.regions.Region>
nl.vpro.domain.media.bind.CountryCodeAdapter

public class CountryCodeAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<CountryWrapper,org.meeuw.i18n.regions.Region>
Since:
3.0
Author:
Michiel Meeuwissen
  • Constructor Details

    • CountryCodeAdapter

      public CountryCodeAdapter()
  • Method Details

    • unmarshal

      public org.meeuw.i18n.regions.Region unmarshal(CountryWrapper countryWrapper)
      Specified by:
      unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<CountryWrapper,org.meeuw.i18n.regions.Region>
    • marshal

      public CountryWrapper marshal(org.meeuw.i18n.regions.Region v)
      Specified by:
      marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<CountryWrapper,org.meeuw.i18n.regions.Region>