All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AbstractBufferingProcessor Helping abstract processor with an output buffer to process multiple incoming JSON stream elements.AbstractPathProcessor Helping abstract class recording the bread crumb of passed JSON stream elementsArrayProcessor Converts elements identified by passed keys to JSON array elements and the children into JSON array values.JacksonJsonNodeSink Converts the JSON stream elements intoJsonNode
s.JacksonStreamSink Writes the JSON stream elements into an output stream.JacksonStreamSource JSON source using the Jackson streaming parser.JsonElement A simple bean representing a JSON stream element.JsonElementType Possible JSON stream element type.JsonPath Minimal implementation of the JSON path API.JsonPathCreator Creator forJsonPath
s holding the intermediate state of passed elements to create the bread crumb.NumericFieldsProcessor Converts the values of JSON elements identified by key intoBigDecimal
s.Processor A processor converts JSON stream elements from an input source and transfers them to the next by an iterator interface.RenameProcessor Renames JSON elements by a given mapping.Sink Sinks represent the end of a pipeline and consumes the data flow.Source A source is the beginning of a processing pipeline deliveringJsonElement
s in anIterator
fashion.XmlSource Parses the SOAP response and transforms into JSON elements.