Uses of Interface
jakarta.ws.rs.core.PathSegment
-
Packages that use PathSegment Package Description jakarta.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources.org.jboss.resteasy.specimpl -
-
Uses of PathSegment in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return types with arguments of type PathSegment Modifier and Type Method Description List<PathSegment>UriInfo. getPathSegments()Get the path of the current request relative to the base URI as a list ofPathSegment.List<PathSegment>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 PathSegment Modifier and Type Class Description classPathSegmentImplFields in org.jboss.resteasy.specimpl with type parameters of type PathSegment Modifier and Type Field Description List<PathSegment>PathSegmentImpl.SegmentParse. segmentsMethods in org.jboss.resteasy.specimpl that return types with arguments of type PathSegment Modifier and Type Method Description List<PathSegment>ResteasyUriInfo.InitData. getEncodedPathSegments()List<PathSegment>ResteasyUriInfo. getPathSegments()List<PathSegment>ResteasyUriInfo. getPathSegments(boolean decode)List<PathSegment>ResteasyUriInfo.InitData. getPathSegments()static List<PathSegment>PathSegmentImpl. parseSegments(String path, boolean decode)
-