cn.gtmap.estateplat.utils
类 JaxbDecimalThreeWithZeroAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,BigDecimal>
cn.gtmap.estateplat.utils.JaxbDecimalThreeWithZeroAdapter
public class JaxbDecimalThreeWithZeroAdapter
- extends XmlAdapter<String,BigDecimal>
- 版本:
- 1.0 2021-01-18
- 作者:
- liyinqiao
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbDecimalThreeWithZeroAdapter
public JaxbDecimalThreeWithZeroAdapter()
unmarshal
public BigDecimal unmarshal(String v)
throws Exception
- 指定者:
- 类
XmlAdapter<String,BigDecimal> 中的 unmarshal
- 抛出:
Exception
marshal
public String marshal(BigDecimal v)
throws Exception
- 指定者:
- 类
XmlAdapter<String,BigDecimal> 中的 marshal
- 抛出:
Exception
Copyright © 2015–2021 cn.gtmap. All rights reserved.