public static class BigDecimalValue.BigDecimalValueAdapter extends XmlAdapter<BigDecimal,BigDecimalValue>
Constructor and Description |
---|
BigDecimalValueAdapter() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
marshal(BigDecimalValue val) |
BigDecimalValue |
unmarshal(BigDecimal val) |
public BigDecimalValue unmarshal(BigDecimal val) throws Exception
unmarshal
in class XmlAdapter<BigDecimal,BigDecimalValue>
Exception
public BigDecimal marshal(BigDecimalValue val) throws Exception
marshal
in class XmlAdapter<BigDecimal,BigDecimalValue>
Exception
Copyright © 2018. All rights reserved.