Class CurrencyXmlAdapter


  • public class CurrencyXmlAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<String,​Currency>
    • Constructor Detail

      • CurrencyXmlAdapter

        public CurrencyXmlAdapter()
    • Method Detail

      • unmarshal

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

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