public class ListStringConverter extends Object implements StringConverter<List<String>>
| Constructor and Description |
|---|
ListStringConverter() |
public Class<List<String>> getConvertedClass()
getConvertedClass in interface StringConverter<List<String>>public boolean requiresQuotes()
requiresQuotes in interface StringConverter<List<String>>public List<String> toObject(Object value)
toObject in interface StringConverter<List<String>>public List<String> toObject(String string)
toObject in interface StringConverter<List<String>>Copyright © 2015 Revolution Systems Inc.. All rights reserved.