public class MeasureRoundingAdapter extends XmlAdapter<BigDecimal,BigDecimal>
The Class MeasureRoundingAdapter.
| Constructor and Description |
|---|
MeasureRoundingAdapter()
Instantiates a new amount rounding adapter.
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
marshal(BigDecimal value) |
BigDecimal |
unmarshal(BigDecimal v) |
public MeasureRoundingAdapter()
Instantiates a new amount rounding adapter.
public BigDecimal marshal(BigDecimal value) throws Exception
marshal in class XmlAdapter<BigDecimal,BigDecimal>Exceptionpublic BigDecimal unmarshal(BigDecimal v) throws Exception
unmarshal in class XmlAdapter<BigDecimal,BigDecimal>ExceptionCopyright © 2014-2016 Konik.io. All Rights Reserved.