Interface StringToCollectionConverter.CollectionFactory

    • Method Detail

      • createCollection

        Collection<?> createCollection​(Class<? extends Collection> type)
        Deprecated.
        Create collection by its type.
        Parameters:
        type - collection type
        Returns:
        instantiated collection with given type