public class CommaDelimitedStringAdapter extends XmlAdapter<String,List<String>>
| Constructor | Description |
|---|---|
CommaDelimitedStringAdapter() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
marshal(List<String> value) |
|
List<String> |
unmarshal(String text) |
Copyright © 2005–2018. All rights reserved.