Uses of Class
com.couchbase.client.core.json.stream.MatchedValue
-
Packages that use MatchedValue Package Description com.couchbase.client.core.json.stream -
-
Uses of MatchedValue in com.couchbase.client.core.json.stream
Method parameters in com.couchbase.client.core.json.stream with type arguments of type MatchedValue Modifier and Type Method Description JsonStreamParser.Builder
JsonStreamParser.Builder. doOnValue(String jsonPointer, Consumer<MatchedValue> callback)
Register a callback to invoke when the target of the JSON pointer is found.
-