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