Class RelationshipLinkAdapter


  • 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>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RelationshipLinkAdapter

        public RelationshipLinkAdapter()
      • RelationshipLinkAdapter

        public RelationshipLinkAdapter​(java.lang.String baseURI,
                                       PersistenceContext context)
    • Method Detail

      • unmarshal

        public org.eclipse.persistence.internal.weaving.RelationshipInfo unmarshal​(org.eclipse.persistence.internal.jpa.rs.metadata.model.Link v)
                                                                            throws java.lang.Exception
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<org.eclipse.persistence.internal.jpa.rs.metadata.model.Link,​org.eclipse.persistence.internal.weaving.RelationshipInfo>
        Throws:
        java.lang.Exception
      • marshal

        public org.eclipse.persistence.internal.jpa.rs.metadata.model.Link marshal​(org.eclipse.persistence.internal.weaving.RelationshipInfo v)
                                                                            throws java.lang.Exception
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<org.eclipse.persistence.internal.jpa.rs.metadata.model.Link,​org.eclipse.persistence.internal.weaving.RelationshipInfo>
        Throws:
        java.lang.Exception