public interface Context
There are various stages of context that can extend or embed each other. The important part is that it can be inspected and exported into other formats.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Context.ExportFormat
The format into which the context can be exported.
|
| Modifier and Type | Method and Description |
|---|---|
String |
exportAsString(Context.ExportFormat format)
Export this context into the specified format.
|
String exportAsString(Context.ExportFormat format)
format - the format to export into.Copyright © 2021 Couchbase, Inc.. All rights reserved.