How to work with DTO in Spring Data REST projects?

Viewed 17819

Spring Data REST automates exposing only domain object. But most often we have to deal with Data Transfer Objects. So how to do this in SDR way?

1 Answers
Related