Class GeoJsonModule

java.lang.Object
com.fasterxml.jackson.databind.Module
com.fasterxml.jackson.databind.module.SimpleModule
org.springframework.data.mongodb.core.geo.GeoJsonModule
All Implemented Interfaces:
com.fasterxml.jackson.core.Versioned, Serializable

public class GeoJsonModule extends com.fasterxml.jackson.databind.module.SimpleModule
A Jackson Module to register custom JsonDeserializers for GeoJSON types.
Use geoJsonModule() to obtain a Module containing both serializers and deserializers.
Since:
1.7
Author:
Christoph Strobl, Oliver Gierke, Mark Paluch
See Also: