Package 

Object Href.Companion

    • Method Summary

      Modifier and Type Method Description
      final Href invoke(String href, Boolean templated) Creates an Href from a valid URL or URL template (RFC 6570).
      • Methods inherited from class java.lang.Object

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

      • invoke

         final Href invoke(String href, Boolean templated)

        Creates an Href from a valid URL or URL template (RFC 6570).

        Parameters:
        templated - Indicates whether href is a URL template.