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