Class GenericSingletonToList<T>

    • Constructor Detail

      • GenericSingletonToList

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

      • convert

        public java.util.List<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