Example usage for org.springframework.data.geo GeoModule GeoModule

List of usage examples for org.springframework.data.geo GeoModule GeoModule

Introduction

In this page you can find the example usage for org.springframework.data.geo GeoModule GeoModule.

Prototype

public GeoModule() 

Source Link

Document

Creates a new GeoModule registering mixins for common geo-spatial types.

Usage

From source file:org.springframework.data.geo.GeoModuleIntegrationTests.java

@Before
public void setUp() {

    this.mapper = new ObjectMapper();
    this.mapper.registerModule(new GeoModule());
}