Skip to content
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

Add option to configure support for custom ObjectMapper's #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amanbhurji
Copy link
Contributor

Addresses issue#22

More direct option would be to allow manipulating the mapper from GeoJSONFactory instead of using a custom Config. However, I decided to add 1 level of custom api over exposing the Jackson internals directly since it was hidden from the entire API thus far.


public Config(ObjectMapper mapper) {
if (mapper == null) {
throw new RuntimeException("ObjectMapper instance cannot be null");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be IllegelArgumentException instead of RuntimeException

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants