Class RedisCustomConversions
java.lang.Object
org.springframework.data.convert.CustomConversions
org.springframework.data.redis.core.convert.RedisCustomConversions
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.data.convert.CustomConversions
CustomConversions.ConverterConfiguration, CustomConversions.ConverterRegistrationIntent, CustomConversions.StoreConversions
-
Constructor Summary
ConstructorDescriptionCreates an emptyRedisCustomConversions
object.RedisCustomConversions
(List<?> converters) Creates a newRedisCustomConversions
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
-
Constructor Details
-
RedisCustomConversions
public RedisCustomConversions()Creates an emptyRedisCustomConversions
object. -
RedisCustomConversions
Creates a newRedisCustomConversions
instance registering the given converters.- Parameters:
converters
-
-