Uses of Class
jakarta.ws.rs.core.Link.JaxbLink
-
Packages that use Link.JaxbLink Package Description jakarta.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. -
-
Uses of Link.JaxbLink in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return Link.JaxbLink Modifier and Type Method Description Link.JaxbLink
Link.JaxbAdapter. marshal(Link v)
Deprecated.Convert aLink
into aLink.JaxbLink
.Methods in jakarta.ws.rs.core with parameters of type Link.JaxbLink Modifier and Type Method Description Link
Link.JaxbAdapter. unmarshal(Link.JaxbLink v)
Deprecated.Convert aLink.JaxbLink
into aLink
.
-