public class CSVAdapter extends XmlAdapter<String,List<String>>
Modifier and Type | Class and Description |
---|---|
static class |
CSVAdapter.CSVSetAdapter |
Constructor and Description |
---|
CSVAdapter() |
Modifier and Type | Method and Description |
---|---|
String |
marshal(List<String> v) |
List<String> |
unmarshal(String v) |
Copyright © 2017. All rights reserved.