|
Spring Data Couchbase | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TranslationService
Defines a translation service to encode/decode responses into the CouchbaseStorable format.
| Method Summary | |
|---|---|
CouchbaseStorable |
decode(Object source,
CouchbaseStorable target)
Decodes the target format into a CouchbaseDocument |
Object |
encode(CouchbaseStorable source)
Encodes a CouchbaseDocument into the target format. |
| Method Detail |
|---|
Object encode(CouchbaseStorable source)
CouchbaseDocument into the target format.
source - the source document to encode.
CouchbaseStorable decode(Object source,
CouchbaseStorable target)
CouchbaseDocument
source - the source formatted document.target - the target of the populated data.
|
Spring Data Couchbase | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||