I have a following dtos and rest repository of Person
Person
DTOs,
class Person { private String id; private String name;