public static class StringToCollectionConverter.DefaultCollectionFactory extends Object implements StringToCollectionConverter.CollectionFactory
| Constructor and Description |
|---|
DefaultCollectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
Collection<?> |
createCollection(Class<? extends Collection> type)
Create collection by its
type. |
public Collection<?> createCollection(Class<? extends Collection> type)
StringToCollectionConverter.CollectionFactorytype.createCollection in interface StringToCollectionConverter.CollectionFactorytype - collection typetypeCopyright © 2017 Vaadin Ltd. All rights reserved.