Class URLConverter

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

    public class URLConverter
    extends BaseConverter<java.net.URL>
    Convert a string into a URI.
    • Constructor Summary

      Constructors 
      Constructor Description
      URLConverter​(java.lang.String optionName)  
    • Constructor Detail

      • URLConverter

        public URLConverter​(java.lang.String optionName)
    • Method Detail

      • convert

        public java.net.URL convert​(java.lang.String value)
        Returns:
        an object of type T created from the parameter value.