Package javax.ws.rs.core
Class Link.JaxbLink
- java.lang.Object
-
- javax.ws.rs.core.Link.JaxbLink
-
- Enclosing class:
- Link
public static class Link.JaxbLink extends Object
Value type forLink
that can be marshalled and unmarshalled by JAXB.- Since:
- 2.0
- See Also:
Link.JaxbAdapter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<QName,Object>
getParams()
Get the parameter map for this link.URI
getUri()
Get the underlying URI for this link.
-
-
-
Constructor Detail
-
JaxbLink
public JaxbLink()
Default constructor needed during unmarshalling.
-
JaxbLink
public JaxbLink(URI uri)
Construct an instance from a URI and no parameters.- Parameters:
uri
- underlying URI.
-
-