public class JaxbDoubleAdapter extends XmlAdapter<String,Double>
JaxbDoubleAdapter()
String
marshal(Double dbl)
Double
unmarshal(String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JaxbDoubleAdapter()
public Double unmarshal(String s) throws Exception
unmarshal
XmlAdapter<String,Double>
Exception
public String marshal(Double dbl) throws Exception
marshal
Copyright © 2015–2017 cn.gtmap. All rights reserved.