Uses of Class
jakarta.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 jakarta.ws.rs.core
Methods in jakarta.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. -
Uses of UriBuilderException in org.jboss.resteasy.specimpl
Methods in org.jboss.resteasy.specimpl that throw UriBuilderExceptionModifier and TypeMethodDescriptionResteasyUriBuilderImpl.buildFromEncoded(Object... values) ResteasyUriBuilderImpl.buildFromEncodedMap(Map<String, ? extends Object> values) ResteasyUriBuilderImpl.buildFromMap(Map<String, ?> values, boolean encodeSlashInPath) ResteasyUriBuilderImpl.buildFromMap(Map<String, ? extends Object> values) protected URIResteasyUriBuilderImpl.buildUriFromMap(Map<String, ? extends Object> paramMap, boolean fromEncodedMap, boolean encodeSlash)