T - The deserializable type for the value of this KV object.public class KvObject<T> extends KvMetadata
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRawValue()
Returns the raw JSON value of this KV object.
|
T |
getValue()
Returns the value of this KV object.
|
getCollection, getKey, getRefpublic final T getValue()
public final java.lang.String getRawValue()