Class | Description |
---|---|
JacksonTransformers | |
JsonArray |
Represents a JSON array that can be stored and loaded from Couchbase Server.
|
JsonNull |
Represents the JSON form of "NULL".
|
JsonObject |
Represents a JSON object that can be stored and loaded from Couchbase Server.
|
JsonValue |
Represents a JSON value (either a
JsonObject or a JsonArray . |
JsonValueModule |
Can be registered with a Jackson
ObjectMapper
to add support for Couchbase JsonObject and JsonArray . |
RepackagedJsonValueModule |
Copyright © 2020 Couchbase, Inc.. All rights reserved.