You're viewing an older version of Framework JavaDoc. Please see version 7.7.47 for the latest.
com.vaadin.data.util.converter.

Interface StringToCollectionConverter.CollectionFactory

    • Method Detail

      • createCollection

        Collection<?> createCollection​(Class<? extends Collection> type)

        Create collection by its type.

        Parameters:

        type - collection type

        Returns:

        instantiated collection with given type