Uses of Class
io.vertx.reactivex.core.parsetools.JsonParser
Packages that use JsonParser
-
Uses of JsonParser in io.vertx.reactivex.core.parsetools
Fields in io.vertx.reactivex.core.parsetools with type parameters of type JsonParserModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<JsonParser> JsonParser.__TYPE_ARGMethods in io.vertx.reactivex.core.parsetools that return JsonParserModifier and TypeMethodDescriptionJsonParser.arrayEventMode()Flip the parser to emit a stream of events for each new json array.JsonParser.arrayValueMode()Flip the parser to emit a single value event for each new json array.JsonParser.endHandler(Handler<Void> endHandler) JsonParser.exceptionHandler(Handler<Throwable> handler) JsonParser.fetch(long amount) static JsonParserJsonParser.newInstance(JsonParser arg) static JsonParserJsonParser.newParser()Create a newJsonParserinstance.static JsonParserCreate a newJsonParserinstance.static JsonParserJsonParser.newParser(ReadStream<Buffer> stream) Create a newJsonParserinstance.JsonParser.objectEventMode()Flip the parser to emit a stream of events for each new json object.JsonParser.objectValueMode()Flip the parser to emit a single value event for each new json object.JsonParser.pause()JsonParser.resume()Handle aBuffer, pretty much like callingHandler. -
Uses of JsonParser in io.vertx.reactivex.ext.web.codec
Methods in io.vertx.reactivex.ext.web.codec with parameters of type JsonParserModifier and TypeMethodDescriptionBodyCodec.jsonStream(JsonParser parser) A body codec that parse the response as a JSON stream.