public class BigDecimalAdapter extends XmlAdapter<String,BigDecimal>
| Constructor and Description |
|---|
BigDecimalAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(BigDecimal value) |
BigDecimal |
unmarshal(String value) |
public String marshal(BigDecimal value) throws Exception
marshal in class XmlAdapter<String,BigDecimal>Exceptionpublic BigDecimal unmarshal(String value) throws Exception
unmarshal in class XmlAdapter<String,BigDecimal>ExceptionCopyright © 2019 CERN European Organization for Nuclear Research. All rights reserved.