Uses of Interface
jakarta.ws.rs.core.PathSegment
Packages that use PathSegment
Package
Description
Low-level interfaces and annotations used to create RESTful service resources.
-
Uses of PathSegment in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return types with arguments of type PathSegmentModifier 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. -
Uses of PathSegment in org.jboss.resteasy.specimpl
Classes in org.jboss.resteasy.specimpl that implement PathSegmentFields in org.jboss.resteasy.specimpl with type parameters of type PathSegmentMethods in org.jboss.resteasy.specimpl that return types with arguments of type PathSegmentModifier and TypeMethodDescriptionResteasyUriInfo.InitData.getEncodedPathSegments()ResteasyUriInfo.getPathSegments()ResteasyUriInfo.getPathSegments(boolean decode) ResteasyUriInfo.InitData.getPathSegments()static List<PathSegment>PathSegmentImpl.parseSegments(String path, boolean decode)