public class CollectionConverter extends Converter
| Modifier | Constructor and Description |
|---|---|
protected |
CollectionConverter() |
|
CollectionConverter(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Collection<String> args) |
boolean |
isSupported(Class<?> type) |
protected CollectionConverter()
public CollectionConverter(Class<?> type)
public Object convert(Collection<String> args)
public boolean isSupported(Class<?> type)
isSupported in class ConverterCopyright © 2023. All rights reserved.