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