|
Spring Data Couchbase | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CouchbaseStorable | |
|---|---|
| org.springframework.data.couchbase.core.convert.translation | |
| org.springframework.data.couchbase.core.mapping | |
| Uses of CouchbaseStorable in org.springframework.data.couchbase.core.convert.translation |
|---|
| Methods in org.springframework.data.couchbase.core.convert.translation that return CouchbaseStorable | |
|---|---|
CouchbaseStorable |
TranslationService.decode(Object source,
CouchbaseStorable target)
Decodes the target format into a CouchbaseDocument |
CouchbaseStorable |
JacksonTranslationService.decode(Object source,
CouchbaseStorable target)
Decode a JSON string into the CouchbaseStorable structure. |
| Methods in org.springframework.data.couchbase.core.convert.translation with parameters of type CouchbaseStorable | |
|---|---|
CouchbaseStorable |
TranslationService.decode(Object source,
CouchbaseStorable target)
Decodes the target format into a CouchbaseDocument |
CouchbaseStorable |
JacksonTranslationService.decode(Object source,
CouchbaseStorable target)
Decode a JSON string into the CouchbaseStorable structure. |
Object |
TranslationService.encode(CouchbaseStorable source)
Encodes a CouchbaseDocument into the target format. |
Object |
JacksonTranslationService.encode(CouchbaseStorable source)
Encode a CouchbaseStorable to a JSON string. |
| Uses of CouchbaseStorable in org.springframework.data.couchbase.core.mapping |
|---|
| Classes in org.springframework.data.couchbase.core.mapping that implement CouchbaseStorable | |
|---|---|
class |
CouchbaseDocument
A CouchbaseDocument is an abstract representation of a document stored inside Couchbase Server. |
class |
CouchbaseList
A CouchbaseList is an abstract list that represents an array stored in a (most of the times JSON) document. |
|
Spring Data Couchbase | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||