Uses of Class
jakarta.ws.rs.core.UriBuilderException
-
Packages that use 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.core
Methods in jakarta.ws.rs.core that throw UriBuilderException Modifier and Type Method Description abstract java.net.URI
UriBuilder. build(java.lang.Object... values)
Build a URI, using the supplied values in order to replace any URI template parameters.abstract java.net.URI
UriBuilder. build(java.lang.Object[] values, boolean encodeSlashInPath)
Build a URI, using the supplied values in order to replace any URI template parameters.abstract java.net.URI
UriBuilder. buildFromEncoded(java.lang.Object... values)
Build a URI.abstract java.net.URI
UriBuilder. buildFromEncodedMap(java.util.Map<java.lang.String,?> values)
Build a URI.abstract java.net.URI
UriBuilder. buildFromMap(java.util.Map<java.lang.String,?> values, boolean encodeSlashInPath)
Build a URI.
-