List of usage examples for org.springframework.data.convert TypeMapper interface-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> {