Module spring.data.redis
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
ConstructorsConstructorDescriptionCreates an emptyRedisCustomConversionsobject.RedisCustomConversions(List<?> converters) Creates a newRedisCustomConversionsinstance 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 emptyRedisCustomConversionsobject. -
RedisCustomConversions
Creates a newRedisCustomConversionsinstance registering the given converters.- Parameters:
converters-
-