Uses of Interface
jakarta.ws.rs.core.UriInfo
-
Packages that use UriInfo Package Description jakarta.ws.rs.container Container-specific JAX-RS API.org.jboss.resteasy.core.interception.jaxrs org.jboss.resteasy.plugins.providers.jackson org.jboss.resteasy.specimpl org.jboss.resteasy.spi org.jboss.resteasy.util -
-
Uses of UriInfo in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container that return UriInfo Modifier and Type Method Description UriInfoContainerRequestContext. getUriInfo()Get request URI information. -
Uses of UriInfo in org.jboss.resteasy.core.interception.jaxrs
Methods in org.jboss.resteasy.core.interception.jaxrs that return UriInfo Modifier and Type Method Description UriInfoPreMatchContainerRequestContext. getUriInfo() -
Uses of UriInfo in org.jboss.resteasy.plugins.providers.jackson
Methods in org.jboss.resteasy.plugins.providers.jackson with parameters of type UriInfo Modifier and Type Method Description voidJackson2JsonpInterceptor. setUri(UriInfo uri)Setter used by RESTeasy to provide theUriInfo. -
Uses of UriInfo in org.jboss.resteasy.specimpl
Classes in org.jboss.resteasy.specimpl that implement UriInfo Modifier and Type Class Description classResteasyUriInfoUriInfo implementation with some added extra methods to help process requests. -
Uses of UriInfo in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return UriInfo Modifier and Type Method Description UriInfoHttpRequest. getUri()This method *MUST* always return the same instance. -
Uses of UriInfo in org.jboss.resteasy.util
Methods in org.jboss.resteasy.util that return UriInfo Modifier and Type Method Description UriInfoDelegatingHttpRequest. getUri()
-