agilord / owl

Dart source code generator for JSON serialization, HTTP APIs and SQL CRUD.
21 stars 7 forks source link

Support annotated getters and setters for JSON generator #3

Closed chances closed 6 years ago

chances commented 6 years ago

The JSON generator treated my getter/setter fields as ones where a *Mapper exists which is not the case. The field parser is not reading getter/setter annotations correctly.

This PR fixes that.

chances commented 6 years ago

@isoos Shall I add a test case where only one of either the getter or setter is annotated?

isoos commented 6 years ago

@chances: how urgent is a new release for you?

chances commented 6 years ago

@isoos Not very urgent. I can just activate my fork of owl for use in my local projects.

Out of curiosity, how far in the future do you expect a new release?

isoos commented 6 years ago

Published 0.2.3 now. I wanted to upgrade the dependencies too, and it took a bit longer than expected.