| Package | Description | 
|---|---|
| javax.ws.rs.core | Low-level interfaces and annotations used to create RESTful service
 resources. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| abstract URI | UriBuilder. build(Object... values) | Build a URI, using the supplied values in order to replace any URI
 template parameters. | 
| abstract URI | UriBuilder. build(Object[] values,
     boolean encodeSlashInPath) | Build a URI, using the supplied values in order to replace any URI
 template parameters. | 
| abstract URI | UriBuilder. buildFromEncoded(Object... values) | Build a URI. | 
| abstract URI | UriBuilder. buildFromEncodedMap(Map<String,?> values) | Build a URI. | 
| abstract URI | UriBuilder. buildFromMap(Map<String,?> values,
            boolean encodeSlashInPath) | Build a URI. | 
Copyright (c) 2019 Eclipse Foundation. Licensed under Eclipse Foundation Specification License.