Closed Kotodevochka closed 7 years ago
Probably not worth doing it, requires same amount of effort, as manual migration of all existing DTOs to new structure.
Planned for iteration 3 I'll use https://github.com/forge/roaster library to generate necessary POJOs
The task is kind of finished, but the solution itself is very fragile:
As an alternative there was a proposal from Olesja just to return Map<String, String> from the server and not to have any at all POJO files, since they are not really needed (anyway they are not used on the server) => will be implemented this way in the future.
Nevertheless, solution has been committed, but will soon be probably deleted as not used...
As a java developer, I do not want to write a lot of boilerplate code, I want to just generate POJO classes (.java sources) from the existing API.
AC: