Uses of Interface
de.iip_ecosphere.platform.connectors.parser.InputParser.ParseResult
Packages that use InputParser.ParseResult
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 InputParser.ParseResult in de.iip_ecosphere.platform.connectors.parser
Classes in de.iip_ecosphere.platform.connectors.parser that implement InputParser.ParseResultModifier and TypeClassDescriptionclassAn array-based parse result for data parsed to strings.static final classDefines a parse result instance for JSON.static classOwn parser result type to hide implementing class for future modifications.Methods in de.iip_ecosphere.platform.connectors.parser that return InputParser.ParseResultModifier and TypeMethodDescriptionInputParser.parse(byte[] data) Parses a chunk of data received from a source.Sets the hierarchical substructure denoted bynameas current scope for further resolution.InputParser.ParseResult.stepOut()Steps out of the actual context set bystepInto(String, int).