public class BigDecimalRoundingAdapter extends XmlAdapter<String,BigDecimal>
javax.xml.bind.annotation.adapters.XmlJavaTypeAdapters
.Constructor and Description |
---|
BigDecimalRoundingAdapter() |
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 © 2014. All rights reserved.