We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.data.util.converter.
Class StringToCollectionConverter.DefaultCollectionFactory
- java.lang.Object
-
- com.vaadin.data.util.converter.StringToCollectionConverter.DefaultCollectionFactory
-
All Implemented Interfaces:
Enclosing class:
public static class StringToCollectionConverter.DefaultCollectionFactory extends Object implements StringToCollectionConverter.CollectionFactory
Default collection factory implementation.
Author:
Vaadin Ltd
See Also:
-
-
Constructor Summary
Constructors Constructor Description DefaultCollectionFactory()
-
-
-
Method Detail
-
createCollection
public Collection<?> createCollection​(Class<? extends Collection> type)
Description copied from interface:
StringToCollectionConverter.CollectionFactory
Create collection by its
type
.Specified by:
createCollection
in interfaceStringToCollectionConverter.CollectionFactory
Parameters:
type
- collection typeReturns:
instantiated collection with given
type
-
-