Uses of Class
com.couchbase.client.core.json.stream.JsonStreamParser.Builder
-
-
Uses of JsonStreamParser.Builder in com.couchbase.client.core.io.netty.analytics
Methods in com.couchbase.client.core.io.netty.analytics that return JsonStreamParser.Builder Modifier and Type Method Description protected JsonStreamParser.BuilderAnalyticsChunkResponseParser. parserBuilder() -
Uses of JsonStreamParser.Builder in com.couchbase.client.core.io.netty.chunk
Methods in com.couchbase.client.core.io.netty.chunk that return JsonStreamParser.Builder Modifier and Type Method Description protected abstract JsonStreamParser.BuilderBaseChunkResponseParser. parserBuilder()Subclass implements this to return the "meat" of the decoding, the chunk parser. -
Uses of JsonStreamParser.Builder in com.couchbase.client.core.io.netty.query
Methods in com.couchbase.client.core.io.netty.query that return JsonStreamParser.Builder Modifier and Type Method Description protected JsonStreamParser.BuilderQueryChunkResponseParser. parserBuilder() -
Uses of JsonStreamParser.Builder in com.couchbase.client.core.io.netty.search
Methods in com.couchbase.client.core.io.netty.search that return JsonStreamParser.Builder Modifier and Type Method Description protected JsonStreamParser.BuilderSearchChunkResponseParser. parserBuilder() -
Uses of JsonStreamParser.Builder in com.couchbase.client.core.io.netty.view
Methods in com.couchbase.client.core.io.netty.view that return JsonStreamParser.Builder Modifier and Type Method Description protected JsonStreamParser.BuilderViewChunkResponseParser. parserBuilder() -
Uses of JsonStreamParser.Builder in com.couchbase.client.core.json.stream
Methods in com.couchbase.client.core.json.stream that return JsonStreamParser.Builder Modifier and Type Method Description static JsonStreamParser.BuilderJsonStreamParser. builder()Construct new parser instances using the builder returned by this method.JsonStreamParser.BuilderJsonStreamParser.Builder. doOnValue(String jsonPointer, Consumer<MatchedValue> callback)Register a callback to invoke when the target of the JSON pointer is found.
-