Class ProfileResourceProcessor

java.lang.Object
org.springframework.data.rest.webmvc.ProfileResourceProcessor
All Implemented Interfaces:
org.springframework.hateoas.server.RepresentationModelProcessor<RepositoryLinksResource>

public class ProfileResourceProcessor extends Object implements org.springframework.hateoas.server.RepresentationModelProcessor<RepositoryLinksResource>
RepresentationModelProcessor to add a profile link to the root resource to point to multiple forms of metadata.
Since:
2.4
Author:
Oliver Gierke, Greg Turnquist