cn.gtmap.estateplat.utils
类 JaxbNotnullDecimalThreeWithZeroAdapter

java.lang.Object
  继承者 javax.xml.bind.annotation.adapters.XmlAdapter<String,BigDecimal>
      继承者 cn.gtmap.estateplat.utils.JaxbNotnullDecimalThreeWithZeroAdapter

public class JaxbNotnullDecimalThreeWithZeroAdapter
extends XmlAdapter<String,BigDecimal>

作者:
jiangganzhi

构造方法摘要
JaxbNotnullDecimalThreeWithZeroAdapter()
           
 
方法摘要
 String marshal(BigDecimal v)
           
 BigDecimal unmarshal(String v)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JaxbNotnullDecimalThreeWithZeroAdapter

public JaxbNotnullDecimalThreeWithZeroAdapter()
方法详细信息

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–2022 cn.gtmap. All rights reserved.