Package javax.ws.rs.core
Class Link.JaxbLink
java.lang.Object
javax.ws.rs.core.Link.JaxbLink
- Enclosing class:
- Link
Value type for
Link
that can be marshalled and
unmarshalled by JAXB.- Since:
- 2.0
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JaxbLink
public JaxbLink()Default constructor needed during unmarshalling. -
JaxbLink
Construct an instance from a URI and no parameters.- Parameters:
uri
- underlying URI.
-
JaxbLink
Construct an instance from a URI and some parameters.- Parameters:
uri
- underlying URI.params
- parameters of this link.
-
-
Method Details
-
getUri
Get the underlying URI for this link.- Returns:
- underlying URI.
-
getParams
Get the parameter map for this link.- Returns:
- parameter map.
-