public class UserDto { private Long id; private String name; private String login; private String password; private String email; }
https://habrahabr.ru/post/343960/