public class BigDecimalRoundingAdapter extends XmlAdapter<String,BigDecimal>
javax.xml.bind.annotation.adapters.XmlJavaTypeAdapters
.Constructor and Description |
---|
BigDecimalRoundingAdapter() |
Modifier and Type | Method and Description |
---|---|
String |
marshal(BigDecimal bigDecimal) |
BigDecimal |
unmarshal(String s) |
public BigDecimal unmarshal(String s) throws Exception
unmarshal
in class XmlAdapter<String,BigDecimal>
Exception
public String marshal(BigDecimal bigDecimal) throws Exception
marshal
in class XmlAdapter<String,BigDecimal>
Exception
Copyright © 2019. All rights reserved.