Interface PathSegment


public interface PathSegment
Represents a URI path segment and any associated matrix parameters. When an instance of this type is injected with PathParam, the value of the annotation identifies which path segment is selected and the presence of an Encoded annotation will result in an instance that supplies the path and matrix parameter values in URI encoded form.
Since:
1.0
See Also: