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