Uses of Class
co.arago.util.json.streaming.AbstractJsonStreamParser
-
Packages that use AbstractJsonStreamParser Package Description co.arago.util.json.streaming -
-
Uses of AbstractJsonStreamParser in co.arago.util.json.streaming
Subclasses of AbstractJsonStreamParser in co.arago.util.json.streaming Modifier and Type Class Description classAccumulatingJsonStreamParserA json reader that receives chunks of json data and accumulates them in a non-blocking-parser until a chunk of json data defined by jsonPath is ready to be processed.classInputStreamJsonParserA json reader that receives data via an InputStream.Methods in co.arago.util.json.streaming that return AbstractJsonStreamParser Modifier and Type Method Description abstract AbstractJsonStreamParserAbstractJsonStreamParser.Conf. build()
-