Package | Description |
---|---|
org.springframework.data.couchbase.config |
This package contains all classes needed for specific configuration of Spring Data Couchbase.
|
org.springframework.data.couchbase.core.convert.translation |
This package contains a service interface to translate entities to a Couchbase storable format, and its
implementations.
|
Modifier and Type | Method and Description |
---|---|
TranslationService |
AbstractCouchbaseConfiguration.couchbaseTranslationService()
Creates a
TranslationService . |
Modifier and Type | Class and Description |
---|---|
class |
JacksonTranslationService
A Jackson JSON Translator that implements the
TranslationService contract. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.