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