public class RelationshipLinkAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<org.eclipse.persistence.internal.jpa.rs.metadata.model.Link,org.eclipse.persistence.internal.weaving.RelationshipInfo>
Constructor and Description |
---|
RelationshipLinkAdapter() |
RelationshipLinkAdapter(java.lang.String baseURI, PersistenceContext context) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.persistence.internal.jpa.rs.metadata.model.Link |
marshal(org.eclipse.persistence.internal.weaving.RelationshipInfo v) |
org.eclipse.persistence.internal.weaving.RelationshipInfo |
unmarshal(org.eclipse.persistence.internal.jpa.rs.metadata.model.Link v) |
public RelationshipLinkAdapter()
public RelationshipLinkAdapter(java.lang.String baseURI, PersistenceContext context)
public org.eclipse.persistence.internal.weaving.RelationshipInfo unmarshal(org.eclipse.persistence.internal.jpa.rs.metadata.model.Link v) throws java.lang.Exception
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<org.eclipse.persistence.internal.jpa.rs.metadata.model.Link,org.eclipse.persistence.internal.weaving.RelationshipInfo>
java.lang.Exception
public org.eclipse.persistence.internal.jpa.rs.metadata.model.Link marshal(org.eclipse.persistence.internal.weaving.RelationshipInfo v) throws java.lang.Exception
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<org.eclipse.persistence.internal.jpa.rs.metadata.model.Link,org.eclipse.persistence.internal.weaving.RelationshipInfo>
java.lang.Exception