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