Example usage for org.springframework.data.elasticsearch.core DefaultResultMapper DefaultResultMapper

List of usage examples for org.springframework.data.elasticsearch.core DefaultResultMapper DefaultResultMapper

Introduction

In this page you can find the example usage for org.springframework.data.elasticsearch.core DefaultResultMapper DefaultResultMapper.

Prototype

public DefaultResultMapper() 

Source Link

Usage

From source file:org.springframework.data.elasticsearch.core.DefaultResultMapperTests.java

@Before
public void init() {
    MockitoAnnotations.initMocks(this);
    resultMapper = new DefaultResultMapper();
}