Interface ResourceLinkContributionContext

  • All Known Implementing Classes:
    NaiveResourceLinkContributionContext

    public interface ResourceLinkContributionContext
    The ResourceLinkContributionContext provides access for link contributions from other sources to an entity.
    Author:
    Leonard Brünings
    • Method Detail

      • getContributorsFor

        List<ProvideLinkDescriptor> getContributorsFor​(Class<?> entityClass)
        Returns all link contributions for an entity class. It also includes contributions for every ancestor of entityClass.
        Parameters:
        entityClass - the entityClass
        Returns:
        list of link contributions to add to the class