Class AerospikeCustomConverters
java.lang.Object
org.springframework.data.aerospike.convert.AerospikeCustomConverters
Storage for a list of custom converters
-
Constructor Summary
ConstructorsConstructorDescriptionAerospikeCustomConverters(List<Object> converters) Create a storage for custom converters -
Method Summary
-
Constructor Details
-
AerospikeCustomConverters
Create a storage for custom converters- Parameters:
converters- a list of custom converters
-