-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it possible to add @ApiObjectField annotation on getters and setters #163
Comments
bjfr
pushed a commit
to cuemind/jsondoc
that referenced
this issue
Oct 26, 2015
…ters fabiomaffioletti#163 To be able to support Google AutoValue (https://github.com/google/auto/tree/master/value) it would be nice if the @ApiObjectField annotation cound be placed on getters and setters of the abstract object, as the fields themselves are not available to the restcontroller.
+1 |
See #171 |
Very important feature also for me. I recommend to add an @ApiObjectProperty annotation instead of adding the method element type to @ApiObjectField. |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To be able to support Google AutoValue (https://github.com/google/auto/tree/master/value) it would be nice if the @ApiObjectField annotation cound be placed on getters and setters of the abstract object, as the fields themselves are not available to the restcontroller.
The text was updated successfully, but these errors were encountered: