Example usage for org.springframework.data.convert TypeMapper interface-usage

List of usage examples for org.springframework.data.convert TypeMapper interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.convert TypeMapper interface-usage.

Usage

From source file io.twipple.springframework.data.clusterpoint.convert.ClusterpointTypeMapper.java

/**
 * Marker interface for the Clusterpoint {@link TypeMapper}.
 *
 * @author Olegs Briska
 */
public interface ClusterpointTypeMapper extends TypeMapper<ClusterpointDocument> {