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

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

Introduction

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

Usage

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

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