Uses of Interface
io.vertx.core.parsetools.JsonParser
Packages that use JsonParser
-
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).