public class CurrencyAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.Currency>
| Constructor and Description |
|---|
CurrencyAdapter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
marshal(java.util.Currency currency) |
java.util.Currency |
unmarshal(java.lang.String currencyString) |
public java.lang.String marshal(java.util.Currency currency)
throws java.lang.Exception
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.Currency>java.lang.Exceptionpublic java.util.Currency unmarshal(java.lang.String currencyString)
throws java.lang.Exception
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.util.Currency>java.lang.ExceptionCopyright © 2018. All Rights Reserved.