cn.gtmap.estateplat.utils
类 JaxbDoubleFourAdapter

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

public class JaxbDoubleFourAdapter
extends XmlAdapter<String,Double>


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

构造方法详细信息

JaxbDoubleFourAdapter

public JaxbDoubleFourAdapter()
方法详细信息

unmarshal

public Double unmarshal(String v)
                 throws Exception
指定者:
XmlAdapter<String,Double> 中的 unmarshal
抛出:
Exception

marshal

public String marshal(Double v)
               throws Exception
指定者:
XmlAdapter<String,Double> 中的 marshal
抛出:
Exception


Copyright © 2015–2020 cn.gtmap. All rights reserved.