List of usage examples for org.springframework.data.geo GeoModule GeoModule
public GeoModule()
From source file:org.springframework.data.geo.GeoModuleIntegrationTests.java
@Before public void setUp() { this.mapper = new ObjectMapper(); this.mapper.registerModule(new GeoModule()); }