Uses of Interface
jakarta.ws.rs.core.PathSegment
Package
Description
Low-level interfaces and annotations used to create RESTful service resources.
-
Uses of PathSegment in jakarta.ws.rs.core
Modifier and TypeMethodDescriptionUriInfo.getPathSegments()
Get the path of the current request relative to the base URI as a list ofPathSegment
.UriInfo.getPathSegments
(boolean decode) Get the path of the current request relative to the base URI as a list ofPathSegment
.