Using spring data REST I have exposed a ProjectRepository that supports listing projects and performing CRUD operations on them. When I go to http://local
The collection resources render an instance of Resources>, not Resource>. So if you change the generic typing in your ResourceProcessor implementation accordingly that should work as you expect it.