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