Class CouchbaseCustomConversions

java.lang.Object
org.springframework.data.convert.CustomConversions
org.springframework.data.couchbase.core.convert.CouchbaseCustomConversions
Direct Known Subclasses:
CustomConversions

public class CouchbaseCustomConversions extends CustomConversions
Value object to capture custom conversion.

Types that can be mapped directly onto JSON are considered simple ones, because they neither need deeper inspection nor nested conversion.

Since:
2.0
Author:
Michael Nitschinger, Oliver Gierke, Mark Paluch, Subhashni Balakrishnan
See Also:
  • Constructor Details

    • CouchbaseCustomConversions

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