public class DoubleXmlAdapter extends XmlAdapter<String,Double>
DoubleXmlAdapter()
String
marshal(Double v)
Double
unmarshal(String v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DoubleXmlAdapter()
public Double unmarshal(String v) throws Exception
unmarshal
XmlAdapter<String,Double>
Exception
public String marshal(Double v) throws Exception
marshal
Copyright © 2021. All rights reserved.