Class UrlParser

java.lang.Object
com.saicone.types.parser.UrlParser
All Implemented Interfaces:
TypeParser<URL>, Function<Object,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.
  • Field Details

  • Constructor Details

    • UrlParser

      public UrlParser()
  • Method Details