Class UrlConverter

  • All Implemented Interfaces:
    Converter<java.net.URL>

    public class UrlConverter
    extends java.lang.Object
    implements Converter<java.net.URL>
    Converts values to URL data type objects
    Author:
    Paul Hammant, Michael Rimov
    • Constructor Summary

      Constructors 
      Constructor Description
      UrlConverter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URL convert​(java.lang.String paramValue)
      Performs a conversion between the given parameter value and the target type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UrlConverter

        public UrlConverter()
    • Method Detail

      • convert

        public java.net.URL convert​(java.lang.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<java.net.URL>
        Parameters:
        paramValue - the string value to convert.
        Returns:
        the resulting object.