Class AbstractSetConverter<S extends Set>

  • Type Parameters:
    S - the type in which the provided value has to be converted
    All Implemented Interfaces:
    Converter<S>

    public abstract class AbstractSetConverter<S extends Set>
    extends AbstractCollectionConverter<S>
    Base class for all Set converters.
    Since:
    5.2M1
    Version:
    $Id: 0e66c8afeaa03c1a602e3dc70fc0e2e27f581e7a $
    • Constructor Detail

      • AbstractSetConverter

        public AbstractSetConverter()
    • Method Detail

      • newCollection

        protected <G extends SS newCollection​(Type targetType)
        Overrides:
        newCollection in class AbstractCollectionConverter<S extends Set>
        Type Parameters:
        G - the type of the collection to create
        Parameters:
        targetType - the type of the collection to create
        Returns:
        the modifiable Collection to fill