public class CouchbaseUtils extends Object
| Constructor and Description |
|---|
CouchbaseUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getStringContent(com.couchbase.client.java.Bucket bucket,
String id)
A convenient method to retrieve String value when Document type is unknown.
|
static String |
getStringContent(Object content) |
public static String getStringContent(com.couchbase.client.java.Bucket bucket, String id)
bucket - the bucket to get a documentid - the id of the target documentCopyright © 2022 Apache NiFi Project. All rights reserved.