Example usage for org.springframework.data.elasticsearch.core ResultsMapper interface-usage

List of usage examples for org.springframework.data.elasticsearch.core ResultsMapper interface-usage

Introduction

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

Usage

From source file org.springframework.data.elasticsearch.core.AbstractResultMapper.java

/**
 * @author Artur Konczak
 */
public abstract class AbstractResultMapper implements ResultsMapper {

    private EntityMapper entityMapper;