Class GenericSingletonToSet<T>

    • Constructor Detail

      • GenericSingletonToSet

        public GenericSingletonToSet​(java.lang.Class<T> sourceClass)
    • Method Detail

      • convert

        public java.util.Set<T> convert​(T obj)
                                 throws ConversionException
        Description copied from interface: Converter
        Converts obj to T.
        Parameters:
        obj - The source Object to convert
        Returns:
        The converted Object
        Throws:
        ConversionException