-
Notifications
You must be signed in to change notification settings - Fork 94
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
geojson-jackson does not work when AUTO_DETECT_GETTERS is set to false #43
Comments
I'm not familiar with the AUTO_DETECT_GETTERS option. The geojson objects use the standard bean convention. |
This is a feature of jackson to change the default behaviour of attribute detection. when this feature is not enabled (set to false) then there is need for explicitly identify which fields (or getter methods) are exposed through jackson serilization. I attached an exmaple: Test.java
pom.xml:
Note: my request is a feature request not a bug. |
When I try to use geojson-jackson it doesn't de serialize coordinates from point (for example when the default mapper feature AUTO_DETECT_GETTERS is set to false.
Is it possible to make geojson-jackson such that it also works when the this mapper setting is put diffrent then the default?
Best regards
The text was updated successfully, but these errors were encountered: