public final class ColonSeparatedToListAdapter extends XmlAdapter<String,List<String>>
| Constructor and Description |
|---|
ColonSeparatedToListAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(List<String> bt) |
List<String> |
unmarshal(String vt) |
Copyright © 2016. All rights reserved.