Class RedisOMCustomConversions

java.lang.Object
org.springframework.data.convert.CustomConversions
org.springframework.data.redis.core.convert.RedisCustomConversions
com.redis.om.spring.convert.RedisOMCustomConversions

public class RedisOMCustomConversions extends org.springframework.data.redis.core.convert.RedisCustomConversions
  • 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

    • RedisOMCustomConversions

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

      public RedisOMCustomConversions(List<?> converters)
      Creates a new RedisCustomConversions instance registering the given converters.
      Parameters:
      converters - a list of converted to be added to the base list