Uses of Class
javax.ws.rs.core.UriBuilderException
Packages that use UriBuilderException
Package
Description
Low-level interfaces and annotations used to create RESTful service
resources.
-
Uses of UriBuilderException in javax.ws.rs.core
Methods in javax.ws.rs.core that throw UriBuilderExceptionModifier and TypeMethodDescriptionabstract URIBuild a URI, using the supplied values in order to replace any URI template parameters.abstract URIBuild 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.