All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractJsonParser Basic class of a JsonSurfer containing a map of JsonPaths and field names.AbstractJsonParser.Conf<T extends AbstractJsonParser.Conf<T>> AbstractJsonStreamParser Basic class for a parser that can stream and execute callbacks on matching JsonPaths.AbstractJsonStreamParser.Conf<T extends AbstractJsonStreamParser.Conf<T>> AccumulatingJsonStreamParser A 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.AccumulatingJsonStreamParser.Builder AccumulatingJsonStreamParser.Conf<T extends AccumulatingJsonStreamParser.Conf<T>> GetByJsonPath Get an arbitrary field from any Object by using a JsonPath.InputStreamJsonParser A json reader that receives data via an InputStream.InputStreamJsonParser.Builder InputStreamJsonParser.Conf<T extends InputStreamJsonParser.Conf<T>> JsonPathParser Wrapper around the mechanics of theJsonSurferTool.getJsonSurfer()for parsing data via JsonPaths.JsonPathParser.Builder JsonPathParser.Conf<T extends JsonPathParser.Conf<T>> JsonStreamCallback Callback interface for incoming JSON dataJsonSurferTool Creates aJsonSurferfrom the mapper of the suppliedJsonTools.