Class RelationshipLinkAdapter
java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<org.eclipse.persistence.internal.jpa.rs.metadata.model.Link,org.eclipse.persistence.internal.jpa.rs.weaving.RelationshipInfo>
org.eclipse.persistence.jpa.rs.util.xmladapters.RelationshipLinkAdapter
public class RelationshipLinkAdapter
extends jakarta.xml.bind.annotation.adapters.XmlAdapter<org.eclipse.persistence.internal.jpa.rs.metadata.model.Link,org.eclipse.persistence.internal.jpa.rs.weaving.RelationshipInfo>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.persistence.internal.jpa.rs.metadata.model.Link
marshal
(org.eclipse.persistence.internal.jpa.rs.weaving.RelationshipInfo v) org.eclipse.persistence.internal.jpa.rs.weaving.RelationshipInfo
unmarshal
(org.eclipse.persistence.internal.jpa.rs.metadata.model.Link v)
-
Constructor Details
-
RelationshipLinkAdapter
public RelationshipLinkAdapter() -
RelationshipLinkAdapter
-
-
Method Details
-
unmarshal
public org.eclipse.persistence.internal.jpa.rs.weaving.RelationshipInfo unmarshal(org.eclipse.persistence.internal.jpa.rs.metadata.model.Link v) throws Exception - Specified by:
unmarshal
in classjakarta.xml.bind.annotation.adapters.XmlAdapter<org.eclipse.persistence.internal.jpa.rs.metadata.model.Link,
org.eclipse.persistence.internal.jpa.rs.weaving.RelationshipInfo> - Throws:
Exception
-
marshal
public org.eclipse.persistence.internal.jpa.rs.metadata.model.Link marshal(org.eclipse.persistence.internal.jpa.rs.weaving.RelationshipInfo v) throws Exception - Specified by:
marshal
in classjakarta.xml.bind.annotation.adapters.XmlAdapter<org.eclipse.persistence.internal.jpa.rs.metadata.model.Link,
org.eclipse.persistence.internal.jpa.rs.weaving.RelationshipInfo> - Throws:
Exception
-