Uses of Interface
com.couchbase.client.java.codec.JsonSerializer
-
Packages that use JsonSerializer Package Description com.couchbase.client.java.analytics Namespace for various analytics-service related classes.com.couchbase.client.java.codec Utilities and interfaces for encoding and decoding.com.couchbase.client.java.env Holds classes related to the environment and its configuration.com.couchbase.client.java.kv Namespace for various kv-service related classes.com.couchbase.client.java.manager.raw com.couchbase.client.java.query Namespace for various query-service related classes.com.couchbase.client.java.search Namespace for various search-service related classes.com.couchbase.client.java.search.result Holds search result classes and interfaces.com.couchbase.client.java.transactions com.couchbase.client.java.transactions.internal com.couchbase.client.java.view Namespace for various view-service related classes. -
-
Uses of JsonSerializer in com.couchbase.client.java.analytics
Methods in com.couchbase.client.java.analytics that return JsonSerializer Modifier and Type Method Description JsonSerializerAnalyticsOptions.Built. serializer()Methods in com.couchbase.client.java.analytics with parameters of type JsonSerializer Modifier and Type Method Description static CompletableFuture<AnalyticsResult>AnalyticsAccessor. analyticsQueryAsync(Core core, AnalyticsRequest request, JsonSerializer serializer)static Mono<ReactiveAnalyticsResult>AnalyticsAccessor. analyticsQueryReactive(Core core, AnalyticsRequest request, JsonSerializer serializer)AnalyticsOptionsAnalyticsOptions. serializer(JsonSerializer serializer)Provides a customJsonSerializerto be used for decoding the rows as they return from the server. -
Uses of JsonSerializer in com.couchbase.client.java.codec
Classes in com.couchbase.client.java.codec that implement JsonSerializer Modifier and Type Class Description classDefaultJsonSerializerThe default JSON serializer.classJacksonJsonSerializerA serializer backed by a user-provided JacksonObjectMapper.classJsonValueSerializerWrapperWraps another serializer, intercepting and handling requests to [de]serialize JsonObject and JsonArray.Methods in com.couchbase.client.java.codec with parameters of type JsonSerializer Modifier and Type Method Description static JsonTranscoderJsonTranscoder. create(JsonSerializer serializer)static LegacyTranscoderLegacyTranscoder. create(JsonSerializer jsonSerializer)Constructors in com.couchbase.client.java.codec with parameters of type JsonSerializer Constructor Description JsonValueSerializerWrapper(JsonSerializer wrapped) -
Uses of JsonSerializer in com.couchbase.client.java.env
Methods in com.couchbase.client.java.env that return JsonSerializer Modifier and Type Method Description JsonSerializerClusterEnvironment. jsonSerializer()Returns the default serializer used to serialize and deserialize JSON values.Methods in com.couchbase.client.java.env with parameters of type JsonSerializer Modifier and Type Method Description ClusterEnvironment.BuilderClusterEnvironment.Builder. jsonSerializer(JsonSerializer jsonSerializer)Sets the default serializer for converting between JSON and Java objects. -
Uses of JsonSerializer in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return JsonSerializer Modifier and Type Method Description JsonSerializerLookupInOptions.Built. serializer()JsonSerializerMutateInOptions.Built. serializer()Methods in com.couchbase.client.java.kv with parameters of type JsonSerializer Modifier and Type Method Description <T> TMutateInResult. contentAs(int index, TypeRef<T> target, JsonSerializer serializer)Decodes the content at the given index into an instance of the target type with a custom decoder.<T> TMutateInResult. contentAs(int index, Class<T> target, JsonSerializer serializer)Decodes the content at the given index into an instance of the target class with a custom decoder.LookupInOptionsLookupInOptions. serializer(JsonSerializer serializer)Customizes the serializer that is used to decode the contents of theLookupInResult.MutateInOptionsMutateInOptions. serializer(JsonSerializer serializer)Customizes the serializer that is used to encoded the contents of this request.CoreSubdocMutateCommandArrayAddUnique. toCore(JsonSerializer serializer)CoreSubdocMutateCommandArrayAppend. toCore(JsonSerializer serializer)CoreSubdocMutateCommandArrayInsert. toCore(JsonSerializer serializer)CoreSubdocMutateCommandArrayPrepend. toCore(JsonSerializer serializer)CoreSubdocMutateCommandIncrement. toCore(JsonSerializer serializer)CoreSubdocMutateCommandInsert. toCore(JsonSerializer serializer)abstract CoreSubdocMutateCommandMutateInSpec. toCore(JsonSerializer serializer)Internal operation called from the encoding side that encodes the spec into its internal representation.CoreSubdocMutateCommandRemove. toCore(JsonSerializer serializer)CoreSubdocMutateCommandReplace. toCore(JsonSerializer serializer)CoreSubdocMutateCommandReplaceBodyWithXattr. toCore(JsonSerializer serializer)CoreSubdocMutateCommandUpsert. toCore(JsonSerializer serializer)Constructors in com.couchbase.client.java.kv with parameters of type JsonSerializer Constructor Description LookupInResult(CoreSubdocGetResult core, JsonSerializer serializer)MutateInResult(CoreSubdocMutateResult core, JsonSerializer serializer) -
Uses of JsonSerializer in com.couchbase.client.java.manager.raw
Methods in com.couchbase.client.java.manager.raw that return JsonSerializer Modifier and Type Method Description JsonSerializerRawManagerOptions.Built. serializer()Methods in com.couchbase.client.java.manager.raw with parameters of type JsonSerializer Modifier and Type Method Description RawManagerOptionsRawManagerOptions. serializer(JsonSerializer serializer)Constructors in com.couchbase.client.java.manager.raw with parameters of type JsonSerializer Constructor Description RawManagerResponse(ServiceType serviceType, JsonSerializer serializer, int httpStatus, byte[] payload) -
Uses of JsonSerializer in com.couchbase.client.java.query
Methods in com.couchbase.client.java.query that return JsonSerializer Modifier and Type Method Description JsonSerializerQueryOptions.Built. serializer()Methods in com.couchbase.client.java.query with parameters of type JsonSerializer Modifier and Type Method Description QueryOptionsQueryOptions. serializer(JsonSerializer serializer)Provides a customJsonSerializerto be used for decoding the rows as they return from the server.Constructors in com.couchbase.client.java.query with parameters of type JsonSerializer Constructor Description QueryResult(CoreQueryResult internal, JsonSerializer serializer)Creates a new QueryResult.ReactiveQueryResult(CoreReactiveQueryResult internal, JsonSerializer serializer) -
Uses of JsonSerializer in com.couchbase.client.java.search
Methods in com.couchbase.client.java.search that return JsonSerializer Modifier and Type Method Description JsonSerializerSearchOptions.Built. serializer()Methods in com.couchbase.client.java.search with parameters of type JsonSerializer Modifier and Type Method Description SearchOptionsSearchOptions. serializer(JsonSerializer serializer) -
Uses of JsonSerializer in com.couchbase.client.java.search.result
Constructors in com.couchbase.client.java.search.result with parameters of type JsonSerializer Constructor Description ReactiveSearchResult(com.couchbase.client.core.api.search.result.CoreReactiveSearchResult internal, JsonSerializer serializer)SearchResult(com.couchbase.client.core.api.search.result.CoreSearchResult internal, JsonSerializer serializer)Creates a new SearchResult.SearchRow(com.couchbase.client.core.api.search.result.CoreSearchRow internal, JsonSerializer serializer) -
Uses of JsonSerializer in com.couchbase.client.java.transactions
Methods in com.couchbase.client.java.transactions with parameters of type JsonSerializer Modifier and Type Method Description TransactionQueryOptionsTransactionQueryOptions. serializer(JsonSerializer serializer)Provides a customJsonSerializerto be used for decoding the rows as they return from the server.Constructors in com.couchbase.client.java.transactions with parameters of type JsonSerializer Constructor Description ReactiveTransactions(Core core, JsonSerializer serializer)TransactionQueryResult(CoreQueryResult internal, JsonSerializer serializer)Creates a new TransactionQueryResult.Transactions(Core core, JsonSerializer serializer) -
Uses of JsonSerializer in com.couchbase.client.java.transactions.internal
Methods in com.couchbase.client.java.transactions.internal with parameters of type JsonSerializer Modifier and Type Method Description static byte[]EncodingUtil. encode(Object content, RequestSpan span, JsonSerializer serializer, CoreContext coreContext) -
Uses of JsonSerializer in com.couchbase.client.java.view
Methods in com.couchbase.client.java.view that return JsonSerializer Modifier and Type Method Description JsonSerializerViewOptions.Built. serializer()Methods in com.couchbase.client.java.view with parameters of type JsonSerializer Modifier and Type Method Description ViewOptionsViewOptions. serializer(JsonSerializer serializer)static CompletableFuture<ViewResult>ViewAccessor. viewQueryAsync(Core core, ViewRequest request, JsonSerializer serializer)static Mono<ReactiveViewResult>ViewAccessor. viewQueryReactive(Core core, ViewRequest request, JsonSerializer serializer)
-