Spring Data Couchbase

Uses of Interface
org.springframework.data.couchbase.core.convert.translation.TranslationService

Packages that use TranslationService
org.springframework.data.couchbase.config   
org.springframework.data.couchbase.core   
org.springframework.data.couchbase.core.convert.translation   
 

Uses of TranslationService in org.springframework.data.couchbase.config
 

Methods in org.springframework.data.couchbase.config that return TranslationService
 TranslationService AbstractCouchbaseConfiguration.translationService()
          Creates a TranslationService.
 

Uses of TranslationService in org.springframework.data.couchbase.core
 

Constructors in org.springframework.data.couchbase.core with parameters of type TranslationService
CouchbaseTemplate(com.couchbase.client.CouchbaseClient client, CouchbaseConverter couchbaseConverter, TranslationService translationService)
           
CouchbaseTemplate(com.couchbase.client.CouchbaseClient client, TranslationService translationService)
           
 

Uses of TranslationService in org.springframework.data.couchbase.core.convert.translation
 

Classes in org.springframework.data.couchbase.core.convert.translation that implement TranslationService
 class JacksonTranslationService
          A Jackson JSON Translator that implements the TranslationService contract.
 


Spring Data Couchbase

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.