Class 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 Detail

      • toString

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