All Implemented Interfaces:
Serializable

public class UrlPath extends Url
Represents a url path. Syntactic sugar when working with QueryParameters. It's logically equal to Url.
Since:
1.0.0
See Also:
  • Constructor Details

    • UrlPath

      public UrlPath(Object path)
    • UrlPath

      public UrlPath(String path)
    • UrlPath

      public UrlPath(DslProperty path)