Class CountryCodeAdapter


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

      • CountryCodeAdapter

        public CountryCodeAdapter()
    • Method Detail

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