org.eclipse.persistence.jpa.rs.util
Class RelationshipLinkAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<Link,org.eclipse.persistence.internal.weaving.RelationshipInfo>
org.eclipse.persistence.jpa.rs.util.RelationshipLinkAdapter
public class RelationshipLinkAdapter
- extends javax.xml.bind.annotation.adapters.XmlAdapter<Link,org.eclipse.persistence.internal.weaving.RelationshipInfo>
Method Summary |
Link |
marshal(org.eclipse.persistence.internal.weaving.RelationshipInfo v)
|
org.eclipse.persistence.internal.weaving.RelationshipInfo |
unmarshal(Link v)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelationshipLinkAdapter
public RelationshipLinkAdapter()
RelationshipLinkAdapter
public RelationshipLinkAdapter(java.lang.String baseURI,
PersistenceContext context)
unmarshal
public org.eclipse.persistence.internal.weaving.RelationshipInfo unmarshal(Link v)
throws java.lang.Exception
- Specified by:
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<Link,org.eclipse.persistence.internal.weaving.RelationshipInfo>
- Throws:
java.lang.Exception
marshal
public Link marshal(org.eclipse.persistence.internal.weaving.RelationshipInfo v)
throws java.lang.Exception
- Specified by:
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<Link,org.eclipse.persistence.internal.weaving.RelationshipInfo>
- Throws:
java.lang.Exception