(Quick Reference)

uri

Purpose

URI of the request.

Examples

jerseyRequestBuilder.get {
    uri = "http://example.com"
}

Description

The value for this property can either be a String or a URI instance.

Using the UriBuilder to generate a URI instance, and assigning that to the uri property of Jersey Request Builder is a powerful combination to build dynamic paths.