@Deprecated public static interface StringToCollectionConverter.CollectionFactory extends Serializable
Modifier and Type | Method and Description |
---|---|
Collection<?> |
createCollection(Class<? extends Collection> type)
Deprecated.
Create collection by its
type . |
Collection<?> createCollection(Class<? extends Collection> type)
type
.type
- collection typetype
Copyright © 2020 Vaadin Ltd. All rights reserved.