Uses of Class
de.iip_ecosphere.platform.connectors.parser.JsonInputParser.JsonParseResult
Packages that use JsonInputParser.JsonParseResult
Package
Description
Generic integration parsers mapping an arbitrary external format to a indexed/named virtual
structure that can be mapped into data types declared in the platform configuration.
-
Uses of JsonInputParser.JsonParseResult in de.iip_ecosphere.platform.connectors.parser
Fields in de.iip_ecosphere.platform.connectors.parser declared as JsonInputParser.JsonParseResultModifier and TypeFieldDescriptionprivate JsonInputParser.JsonParseResultJsonInputParser.JsonParseResult.parentMethods in de.iip_ecosphere.platform.connectors.parser that return JsonInputParser.JsonParseResultModifier and TypeMethodDescriptionJsonInputParser.parse(byte[] data) JsonInputParser.JsonParseResult.stepOut()Constructors in de.iip_ecosphere.platform.connectors.parser with parameters of type JsonInputParser.JsonParseResultModifierConstructorDescriptionprivateJsonParseResult(byte[] data, de.iip_ecosphere.platform.support.json.JsonIterator any, JsonInputParser.JsonParseResult parent) Creates a parse result instance.