public class CurrencyAdapter extends XmlAdapter<String,Currency>
| Constructor and Description |
|---|
CurrencyAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(Currency currency) |
Currency |
unmarshal(String value) |
Copyright © 2017. All rights reserved.