Package org.springframework.data.couchbase.core.convert.translation
package org.springframework.data.couchbase.core.convert.translation
This package contains a service interface to translate entities to a Couchbase storable format, and its
implementations.
-
ClassDescriptionA Jackson JSON Translator that implements the
TranslationService
contract.Defines a translation service to encode/decode responses into theCouchbaseStorable
format.