Class DefaultSelfLinkProvider

java.lang.Object
org.springframework.data.rest.core.support.DefaultSelfLinkProvider
All Implemented Interfaces:
SelfLinkProvider

public class DefaultSelfLinkProvider extends Object implements SelfLinkProvider
Default implementation of SelfLinkProvider that uses an EntityLinks instance to create self links. Considers the configured EntityLookups to use the returned resource identifier to eventually create the link.
Since:
2.5
Author:
Oliver Gierke