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:
  • Constructor Details

    • AerospikeCustomConversions

      public AerospikeCustomConversions(List<?> converters)
      Create a new instance with a given list of converters.
      Parameters:
      converters - the list of custom converters.