Class CurrencyAdapter
public class CurrencyAdapter
extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Currency>
Unfortunately, JAXB doesn't know how to deal with java.util.Currency because it doesn't have a
default constructor.
Source via: http://weblogs.java.net/blog/kohsuke/archive/2005/09/using_jaxb_20s.html
- Author:
- phillipverheyden
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CurrencyAdapter
public CurrencyAdapter()
-
-
Method Details