Module eclipselink

Class 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 Detail

      • RelationshipLinkAdapter

        public RelationshipLinkAdapter()
    • 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:
        unmarshal in class jakarta.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:
        marshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<org.eclipse.persistence.internal.jpa.rs.metadata.model.Link,​org.eclipse.persistence.internal.jpa.rs.weaving.RelationshipInfo>
        Throws:
        Exception