Class UrlConverter

  • All Implemented Interfaces:
    Converter<URL>

    public class UrlConverter
    extends Object
    implements Converter<URL>
    Converts values to URL data type objects
    • Constructor Detail

      • UrlConverter

        public UrlConverter()
    • Method Detail

      • convert

        public URL convert​(String paramValue)
        Description copied from interface: Converter
        Performs a conversion between the given parameter value and the target type.
        Specified by:
        convert in interface Converter<URL>
        Parameters:
        paramValue - the string value to convert.
        Returns:
        the resulting object.