Uses of Class
org.springframework.data.couchbase.core.convert.CouchbaseCustomConversions
Packages that use CouchbaseCustomConversions
Package
Description
This package contains all classes needed for specific configuration of Spring Data Couchbase.
This package contains classes used for entity-to-JSON conversions, type mapping and writing.
-
Uses of CouchbaseCustomConversions in org.springframework.data.couchbase.config
Methods in org.springframework.data.couchbase.config with parameters of type CouchbaseCustomConversionsModifier and TypeMethodDescriptionAbstractCouchbaseConfiguration.mappingCouchbaseConverter(CouchbaseMappingContext couchbaseMappingContext, CouchbaseCustomConversions couchbaseCustomConversions) Creates aMappingCouchbaseConverterusing the configuredAbstractCouchbaseConfiguration.couchbaseMappingContext(org.springframework.data.convert.CustomConversions). -
Uses of CouchbaseCustomConversions in org.springframework.data.couchbase.core.convert
Methods in org.springframework.data.couchbase.core.convert that return CouchbaseCustomConversionsModifier and TypeMethodDescriptionstatic CouchbaseCustomConversionsCouchbaseCustomConversions.create(Consumer<CouchbaseCustomConversions.CouchbaseConverterConfigurationAdapter> configurer) Functional styleCustomConversionscreation giving users a convenient way of configuring store specific capabilities by providing deferred hooks to what will be configured when creating theinstance.
CouchbaseCustomConversions.