Class RelationshipLinkAdapter

java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<org.eclipse.persistence.internal.jpa.rs.metadata.model.Link,org.eclipse.persistence.internal.jpa.rs.weaving.RelationshipInfo>
org.eclipse.persistence.jpa.rs.util.xmladapters.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 Details

    • RelationshipLinkAdapter

      public RelationshipLinkAdapter()
    • RelationshipLinkAdapter

      public RelationshipLinkAdapter(String baseURI, PersistenceContext context)
  • Method Details

    • 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