Class JaxbLink
java.lang.Object
org.glassfish.jersey.examples.linking.representation.JaxbLink
Value type for Link that can be marshalled and
unmarshalled by JAXB.
Note that usage of this class requires the Jakarta XML Binding API and an implementation. The Jakarta RESTful Web Services implementation is not required to provide these dependencies.
The class used to be a part Jakarta REST API 3.1.
- Since:
- 4.0
- See Also:
-
Constructor Summary
Constructors -
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