Class CustomConversions
java.lang.Object
org.springframework.data.convert.CustomConversions
org.springframework.data.couchbase.core.convert.CouchbaseCustomConversions
org.springframework.data.couchbase.core.convert.CustomConversions
Deprecated.
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.
- Author:
- Michael Nitschinger, Oliver Gierke, Mark Paluch, Subhashni Balakrishnan
-
Nested Class Summary
Nested classes/interfaces inherited from class CouchbaseCustomConversions
CouchbaseCustomConversions.CouchbaseConverterConfigurationAdapterNested classes/interfaces inherited from class CustomConversions
CustomConversions.ConverterConfiguration, CustomConversions.ConverterRegistrationIntent, CustomConversions.StoreConversions -
Constructor Summary
ConstructorsConstructorDescriptionCustomConversions(List<?> converters) Deprecated.Create a new instance with a given list of conversers. -
Method Summary
Methods inherited from class CouchbaseCustomConversions
create, hasValueConverter
-
Constructor Details
-
CustomConversions
Deprecated.Create a new instance with a given list of conversers.- Parameters:
converters- the list of custom converters.
-
CouchbaseCustomConversions.