Class NetConverters.URIToURL

    • Constructor Detail

      • URIToURL

        public URIToURL()
    • Method Detail

      • convert

        public java.net.URL convert​(java.net.URI 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