Class Router.UriTemplate

java.lang.Object
org.forgerock.json.resource.Router.UriTemplate
Enclosing class:
Router

public static final class Router.UriTemplate extends Object
Represents a URI template string that will be used to match and route incoming requests.
  • Method Details

    • toString

      public String toString()
      Return the string representation of the UriTemplate.
      Overrides:
      toString in class Object
      Returns:
      the string representation of the UriTemplate.