Example usage for org.springframework.data.mongodb.core.geo GeoJsonModule GeoJsonModule

List of usage examples for org.springframework.data.mongodb.core.geo GeoJsonModule GeoJsonModule

Introduction

In this page you can find the example usage for org.springframework.data.mongodb.core.geo GeoJsonModule GeoJsonModule.

Prototype

public GeoJsonModule() 

Source Link

Usage

From source file:org.springframework.data.mongodb.core.geo.GeoJsonModuleUnitTests.java

@Before
public void setUp() {

    mapper = new ObjectMapper();
    mapper.registerModule(new GeoJsonModule());
}