Class UrlParser

  • All Implemented Interfaces:
    TypeParser<URL>

    public class UrlParser
    extends Object
    implements TypeParser<URL>
    Represents a parser that try to convert any object type to URL.
    This parser is compatible with File, Path, URI and String object types.