public class NonNegativeIntegerAdapter extends XmlAdapter<String,Long>
NonNegativeIntegerAdapter()
String
marshal(Long v)
Long
unmarshal(String v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NonNegativeIntegerAdapter()
public Long unmarshal(String v) throws Exception
unmarshal
XmlAdapter<String,Long>
Exception
public String marshal(Long v) throws Exception
marshal
Copyright © 2019. All Rights Reserved.