Uses of Class
jakarta.ws.rs.core.UriBuilderException
| Package | Description | 
|---|---|
| jakarta.ws.rs.core | Low-level interfaces and annotations used to create RESTful service resources. | 
- 
Uses of UriBuilderException in jakarta.ws.rs.coreMethods in jakarta.ws.rs.core that throw UriBuilderException Modifier and Type Method Description abstract URIUriBuilder. build(Object... values)Build a URI, using the supplied values in order to replace any URI template parameters.abstract URIUriBuilder. build(Object[] values, boolean encodeSlashInPath)Build a URI, using the supplied values in order to replace any URI template parameters.abstract URIUriBuilder. buildFromEncoded(Object... values)Build a URI.abstract URIUriBuilder. buildFromEncodedMap(Map<String,?> values)Build a URI.abstract URIUriBuilder. buildFromMap(Map<String,?> values, boolean encodeSlashInPath)Build a URI.