Skip to content

DATAMONGO-1181 - Add Jackson Module for GeoJSON types. #283

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

Closed
wants to merge 2 commits into from

Conversation

christophstrobl
Copy link
Member

Added GeoJsonModule providing JsonDeserializers for:

  • GeoJsonPoint
  • GeoJsonMultiPoint
  • GeoJsonLineString
  • GeoJsonMultiLineString
  • GeoJsonPolygon
  • GeoJsonMultiPolygon

Added GeoJsonModule providing JsonDeserializers for:
  - GeoJsonPoint
  - GeoJsonMultiPoint
  - GeoJsonLineString
  - GeoJsonMultiLineString
  - GeoJsonPolygon
  - GeoJsonMultiPolygon
christophstrobl added a commit that referenced this pull request Mar 17, 2015
Added GeoJsonModule providing JsonDeserializers for GeoJsonPoint, GeoJsonMultiPoint, GeoJsonLineString, GeoJsonMultiLineString, GeoJsonPolygon and GeoJsonMultiPolygon.

Original pull request: #283.
odrotbohm added a commit that referenced this pull request Mar 17, 2015
…ort.

Added the necessary configuration infrastructure to automatically register the GeoJsonModule as Spring bean when @EnableSpringDataWebSupport is used. This is implemented by exposing a configuration class annotated with @SpringDataWebConfigurationMixin.

Added Spring WebMVC as test dependency to be able to write an integration test. Polished GeoJsonModule to hide the actual serializers.

Original pull request: #283.
Related ticket: DATACMNS-660.
@odrotbohm odrotbohm closed this Mar 17, 2015
@odrotbohm odrotbohm deleted the issue/DATAMONGO-1181 branch March 17, 2015 18:56
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