public class CommaDelimitedStringAdapter extends XmlAdapter<String,List<String>>
CommaDelimitedStringAdapter()
String
marshal(List<String> value)
List<String>
unmarshal(String text)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CommaDelimitedStringAdapter()
public String marshal(List<String> value) throws Exception
marshal
XmlAdapter<String,List<String>>
Exception
public List<String> unmarshal(String text) throws Exception
unmarshal
Copyright © 2005-2016. All Rights Reserved.