All Classes and Interfaces
Class
Description
Helping abstract processor with an output buffer to process multiple incoming JSON stream elements.
Helping abstract class recording the bread crumb of passed JSON stream elements
Converts elements identified by passed keys to JSON array elements and the children into JSON array values.
Converts the JSON stream elements into
JsonNode
s.Writes the JSON stream elements into an output stream.
JSON source using the Jackson streaming parser.
A simple bean representing a JSON stream element.
Possible JSON stream element type.
Minimal implementation of the JSON path API.
Creator for
JsonPath
s holding the intermediate state of passed elements to create the bread crumb.Converts the values of JSON elements identified by key into
BigDecimal
s.A processor converts JSON stream elements from an input source and transfers them to the next by an iterator
interface.
Renames JSON elements by a given mapping.
Sinks represent the end of a pipeline and consumes the data flow.
A source is the beginning of a processing pipeline delivering
JsonElement
s in an Iterator
fashion.Parses the SOAP response and transforms into JSON elements.