public class CommaDelimitedStringAdapter extends javax.xml.bind.annotation.adapters.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
javax.xml.bind.annotation.adapters.XmlAdapter<String,List<String>>
Exception
public List<String> unmarshal(String text) throws Exception
unmarshal
Copyright © 2005-2013. All Rights Reserved.