public class VTColumnValueConverter extends DelimiterColumnValueConverter
ArrayList, extend this class to override getCollection(Iterable) method.| Constructor and Description |
|---|
VTColumnValueConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<?> |
getCollection(Iterable<?> iterable)
Gets the collection that will be used to store the deserialized delimited string.
|
protected String |
getDelimiter()
Gets the string separator.
|
deserialize, serializeprotected String getDelimiter()
DelimiterColumnValueConvertergetDelimiter in class DelimiterColumnValueConverterprotected Collection<?> getCollection(Iterable<?> iterable)
DelimiterColumnValueConvertergetCollection in class DelimiterColumnValueConverteriterable - an iteration over the segments splitCopyright © 2014. All rights reserved.