Class AerospikeCustomConversions
java.lang.Object
org.springframework.data.convert.CustomConversions
org.springframework.data.aerospike.convert.AerospikeCustomConversions
public class AerospikeCustomConversions extends CustomConversions
Value object to capture custom conversion.
- Author:
- Mark Paluch, Christoph Strobl, Anastasiia Smirnova
- See Also:
CustomConversions,SimpleTypeHolder,AerospikeSimpleTypes
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.data.convert.CustomConversions
CustomConversions.StoreConversions -
Constructor Summary
Constructors Constructor Description AerospikeCustomConversions(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, getSimpleTypeHolder, hasCustomReadTarget, hasCustomWriteTarget, hasCustomWriteTarget, isSimpleType, registerConvertersIn
-
Constructor Details
-
AerospikeCustomConversions
Create a new instance with a given list of converters.- Parameters:
converters- the list of custom converters.
-