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 Summary
Modifier and TypeMethodDescriptiongetContributorsFor
(Class<?> entityClass) Returns all link contributions for an entity class.
-
Method Details
-
getContributorsFor
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
-