Class AerospikeCustomConversions
java.lang.Object
org.springframework.data.convert.CustomConversions
org.springframework.data.aerospike.convert.AerospikeCustomConversions
Value object to capture custom conversion.
- Author:
- Mark Paluch, Christoph Strobl, Anastasiia Smirnova
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.data.convert.CustomConversions
CustomConversions.StoreConversions -
Constructor Summary
ConstructorsConstructorDescriptionAerospikeCustomConversions(List<?> converters) Create a new instance with a given list of converters. -
Method Summary
Methods inherited from class org.springframework.data.convert.CustomConversions
getCustomWriteTarget, getCustomWriteTarget, getPropertyValueConversions, getSimpleTypeHolder, hasCustomReadTarget, hasCustomWriteTarget, hasCustomWriteTarget, hasValueConverter, isSimpleType, registerConvertersIn
-
Constructor Details
-
AerospikeCustomConversions
Create a new instance with a given list of converters.- Parameters:
converters- the list of custom converters.
-