public class RelationshipLinkAdapter extends XmlAdapter<org.eclipse.persistence.internal.jpa.rs.metadata.model.Link,org.eclipse.persistence.internal.weaving.RelationshipInfo>
Constructor and Description |
---|
RelationshipLinkAdapter() |
RelationshipLinkAdapter(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(String baseURI, PersistenceContext context)
public org.eclipse.persistence.internal.weaving.RelationshipInfo unmarshal(org.eclipse.persistence.internal.jpa.rs.metadata.model.Link v) throws Exception
unmarshal
in class XmlAdapter<org.eclipse.persistence.internal.jpa.rs.metadata.model.Link,org.eclipse.persistence.internal.weaving.RelationshipInfo>
Exception
public org.eclipse.persistence.internal.jpa.rs.metadata.model.Link marshal(org.eclipse.persistence.internal.weaving.RelationshipInfo v) throws Exception
marshal
in class XmlAdapter<org.eclipse.persistence.internal.jpa.rs.metadata.model.Link,org.eclipse.persistence.internal.weaving.RelationshipInfo>
Exception