Uses of Interface
org.springframework.data.couchbase.core.mapping.CouchbaseStorable
Packages that use CouchbaseStorable
Package
Description
This package contains a service interface to translate entities to a Couchbase storable format, and its
implementations.
This package contains interfaces and annotations relative to object-json mapping and the notion of a Couchbase
Storable.
-
Uses of CouchbaseStorable in org.springframework.data.couchbase.core.convert.translation
Methods in org.springframework.data.couchbase.core.convert.translation that return CouchbaseStorableModifier and TypeMethodDescriptionfinal CouchbaseStorableJacksonTranslationService.decode(String source, CouchbaseStorable target) Decode a JSON string into theCouchbaseStorablestructure.TranslationService.decode(String source, CouchbaseStorable target) Decodes the target format into aCouchbaseDocumentMethods in org.springframework.data.couchbase.core.convert.translation with parameters of type CouchbaseStorableModifier and TypeMethodDescriptionfinal CouchbaseStorableJacksonTranslationService.decode(String source, CouchbaseStorable target) Decode a JSON string into theCouchbaseStorablestructure.TranslationService.decode(String source, CouchbaseStorable target) Decodes the target format into aCouchbaseDocumentfinal StringJacksonTranslationService.encode(CouchbaseStorable source) Encode aCouchbaseStorableto a JSON string.TranslationService.encode(CouchbaseStorable source) Encodes a JSON String into the target format. -
Uses of CouchbaseStorable in org.springframework.data.couchbase.core.mapping
Classes in org.springframework.data.couchbase.core.mapping that implement CouchbaseStorableModifier and TypeClassDescriptionclassACouchbaseDocumentis an abstract representation of a document stored inside Couchbase Server.classACouchbaseListis an abstract list that represents an array stored in a (most of the times JSON) document.