Uses of Class
com.couchbase.client.core.json.stream.JsonStreamParser.Builder
Packages that use JsonStreamParser.Builder
Package
Description
-
Uses of JsonStreamParser.Builder in com.couchbase.client.core.io.netty.analytics
Methods in com.couchbase.client.core.io.netty.analytics that return JsonStreamParser.BuilderModifier and TypeMethodDescriptionprotected JsonStreamParser.Builder
AnalyticsChunkResponseParser.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.BuilderModifier and TypeMethodDescriptionprotected abstract JsonStreamParser.Builder
BaseChunkResponseParser.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.BuilderModifier and TypeMethodDescriptionprotected JsonStreamParser.Builder
QueryChunkResponseParser.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.BuilderModifier and TypeMethodDescriptionprotected JsonStreamParser.Builder
SearchChunkResponseParser.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.BuilderModifier and TypeMethodDescriptionprotected JsonStreamParser.Builder
ViewChunkResponseParser.parserBuilder()
-
Uses of JsonStreamParser.Builder in com.couchbase.client.core.json.stream
Methods in com.couchbase.client.core.json.stream that return JsonStreamParser.BuilderModifier and TypeMethodDescriptionstatic JsonStreamParser.Builder
JsonStreamParser.builder()
Construct new parser instances using the builder returned by this method.JsonStreamParser.Builder.doOnValue
(String jsonPointer, Consumer<MatchedValue> callback) Register a callback to invoke when the target of the JSON pointer is found.