Uses of Interface
io.vertx.core.parsetools.JsonParser
Packages that use JsonParser
Package
Description
-
Uses of JsonParser in io.vertx.core.parsetools
Methods in io.vertx.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.newParser()Create 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.handle(Object). -
Uses of JsonParser in io.vertx.ext.web.codec
Methods in io.vertx.ext.web.codec with parameters of type JsonParserModifier and TypeMethodDescriptionBodyCodec.jsonStream(JsonParser parser) A body codec that parse the response as a JSON stream. -
Uses of JsonParser in io.vertx.reactivex.core.parsetools
Methods in io.vertx.reactivex.core.parsetools that return JsonParserMethods in io.vertx.reactivex.core.parsetools with parameters of type JsonParserConstructors in io.vertx.reactivex.core.parsetools with parameters of type JsonParser -
Uses of JsonParser in io.vertx.rxjava3.core.parsetools
Methods in io.vertx.rxjava3.core.parsetools that return JsonParserMethods in io.vertx.rxjava3.core.parsetools with parameters of type JsonParserConstructors in io.vertx.rxjava3.core.parsetools with parameters of type JsonParser