Class RedisIndexDefinition.CompositeValueTransformer

java.lang.Object
org.springframework.data.redis.core.index.RedisIndexDefinition.CompositeValueTransformer
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<Object,Object>, IndexValueTransformer
Enclosing class:
RedisIndexDefinition

public static class RedisIndexDefinition.CompositeValueTransformer extends Object implements IndexValueTransformer
Since:
1.7
Author:
Christoph Strobl
  • Constructor Details

  • Method Details

    • convert

      public Object convert(Object source)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<Object,Object>