Class RedisCustomConversions

java.lang.Object
org.springframework.data.convert.CustomConversions
org.springframework.data.redis.core.convert.RedisCustomConversions

public class RedisCustomConversions extends org.springframework.data.convert.CustomConversions
Value object to capture custom conversion. That is essentially a List of converters and some additional logic around them.
Since:
2.0
Author:
Mark Paluch
See Also:
  • CustomConversions
  • SimpleTypeHolder
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.data.convert.CustomConversions

    org.springframework.data.convert.CustomConversions.ConverterConfiguration, org.springframework.data.convert.CustomConversions.ConverterRegistrationIntent, org.springframework.data.convert.CustomConversions.StoreConversions
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an empty RedisCustomConversions object.
    Creates a new RedisCustomConversions instance registering the given converters.
  • Method Summary

    Methods inherited from class org.springframework.data.convert.CustomConversions

    getCustomWriteTarget, getCustomWriteTarget, getPropertyValueConversions, getSimpleTypeHolder, hasCustomReadTarget, hasCustomWriteTarget, hasCustomWriteTarget, hasValueConverter, isSimpleType, registerConvertersIn

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RedisCustomConversions

      public RedisCustomConversions()
      Creates an empty RedisCustomConversions object.
    • RedisCustomConversions

      public RedisCustomConversions(List<?> converters)
      Creates a new RedisCustomConversions instance registering the given converters.
      Parameters:
      converters -