Interface RedisConverter

All Superinterfaces:
org.springframework.data.convert.EntityConverter<RedisPersistentEntity<?>,RedisPersistentProperty,Object,RedisData>, org.springframework.data.convert.EntityReader<Object,RedisData>, org.springframework.data.convert.EntityWriter<Object,RedisData>
All Known Implementing Classes:
MappingRedisConverter

public interface RedisConverter extends org.springframework.data.convert.EntityConverter<RedisPersistentEntity<?>,RedisPersistentProperty,Object,RedisData>
Redis specific EntityConverter.
Since:
1.7
Author:
Christoph Strobl, Mark Paluch
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from interface org.springframework.data.convert.EntityConverter

    getConversionService

    Methods inherited from interface org.springframework.data.convert.EntityReader

    read

    Methods inherited from interface org.springframework.data.convert.EntityWriter

    write