I have created a Spring Data Rest projection (not an excerpt projection) and need to add some links to it only as these links do not hold significance with other projections of same entity nor with the entity itself.
How can we do this as far as I know using ResourceProcessor
I can add links to only entities, is it possible to add links for only that projection ?