public class StringListAdapter extends XmlAdapter<String,List<String>>
Constructor and Description |
---|
StringListAdapter() |
Modifier and Type | Method and Description |
---|---|
String |
marshal(List<String> values) |
List<String> |
unmarshal(String string) |
Copyright © 2018. All rights reserved.