Package | Description |
---|---|
com.couchbase.client.java.codec |
Utilities and interfaces for encoding and decoding.
|
Modifier and Type | Method and Description |
---|---|
static JacksonJsonSerializer |
JacksonJsonSerializer.create()
Returns a new instance backed by a default ObjectMapper
without encryption support.
|
static JacksonJsonSerializer |
JacksonJsonSerializer.create(CryptoManager cryptoManager)
Returns a new instance backed by a default ObjectMapper
with optional encryption support.
|
static JacksonJsonSerializer |
JacksonJsonSerializer.create(com.fasterxml.jackson.databind.ObjectMapper mapper)
Returns a new instance backed by a the given ObjectMapper.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.