Uses of Class
org.glassfish.jersey.uri.internal.UriPart
-
Packages that use UriPart Package Description org.glassfish.jersey.uri.internal Common Jersey internal classes that provide support for JAX-RS URI templates and encoding/decoding of URI components. -
-
Uses of UriPart in org.glassfish.jersey.uri.internal
Methods in org.glassfish.jersey.uri.internal that return types with arguments of type UriPart Modifier and Type Method Description List<UriPart>UriTemplateParser. getNames()Get the list of template names.List<UriPart>UriTemplateParser. getUriParts()Get a collection of uri parts (static strings and dynamic arguments) as parsed by the parser.
-