Interface LinkRelationProvider

All Superinterfaces:
org.springframework.plugin.core.Plugin<LinkRelationProvider.LookupContext>
All Known Implementing Classes:
AnnotationLinkRelationProvider, ControllerLinkRelationProvider, DefaultLinkRelationProvider, DelegatingLinkRelationProvider, EvoInflectorLinkRelationProvider

public interface LinkRelationProvider extends org.springframework.plugin.core.Plugin<LinkRelationProvider.LookupContext>
API to provide LinkRelations for collections and items of the given type. Implementations can be selected based on the LinkRelationProvider.LookupContext, for item resource relations, collection resource relations or both.
Author:
Oliver Gierke
See Also: