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