Interface ResourceLinkContributionContext
-
- All Known Implementing Classes:
NaiveResourceLinkContributionContext
public interface ResourceLinkContributionContextThe ResourceLinkContributionContext provides access for link contributions from other sources to an entity.- Author:
- Leonard Brünings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ProvideLinkDescriptor>getContributorsFor(Class<?> entityClass)Returns all link contributions for an entity class.
-
-
-
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
-
-