Module eclipselink
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
Constructors Constructor Description RelationshipLinkAdapter()RelationshipLinkAdapter(String baseURI, PersistenceContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.persistence.internal.jpa.rs.metadata.model.Linkmarshal(org.eclipse.persistence.internal.jpa.rs.weaving.RelationshipInfo v)org.eclipse.persistence.internal.jpa.rs.weaving.RelationshipInfounmarshal(org.eclipse.persistence.internal.jpa.rs.metadata.model.Link v)
-
-
-
Constructor Detail
-
RelationshipLinkAdapter
public RelationshipLinkAdapter()
-
RelationshipLinkAdapter
public RelationshipLinkAdapter(String baseURI, PersistenceContext context)
-
-
Method Detail
-
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:
unmarshalin 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:
marshalin 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
-
-