Uses of Interface
org.glassfish.tyrus.core.uri.internal.PathSegment
-
Packages that use PathSegment Package Description org.glassfish.tyrus.core.uri.internal Common classes that provide support for URI templates, encoding/decoding of URI components and multivalued collections. -
-
Uses of PathSegment in org.glassfish.tyrus.core.uri.internal
Methods in org.glassfish.tyrus.core.uri.internal that return types with arguments of type PathSegment Modifier and Type Method Description static java.util.List<PathSegment>UriComponent. decodePath(java.lang.String path, boolean decode)Decode the path component of a URI as path segments.static java.util.List<PathSegment>UriComponent. decodePath(java.net.URI u, boolean decode)Decode the path component of a URI as path segments.Method parameters in org.glassfish.tyrus.core.uri.internal with type arguments of type PathSegment Modifier and Type Method Description static voidUriComponent. decodePathSegment(java.util.List<PathSegment> segments, java.lang.String segment, boolean decode)Decode the path segment and add it to the list of path segments.
-