Uses of Interface
de.iip_ecosphere.platform.connectors.parser.InputParser.ParseResult
-
Packages that use InputParser.ParseResult Package Description de.iip_ecosphere.platform.connectors.parser 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.ParseResult Modifier and Type Class Description classArrayParseResultAn array-based parse result for data parsed to strings.static classJsonInputParser.JsonParseResultDefines a parse result instance for JSON.static classTextLineParser.TextLineParseResultOwn parser result type to hide implementing class for future modifications.Methods in de.iip_ecosphere.platform.connectors.parser that return InputParser.ParseResult Modifier and Type Method Description InputParser.ParseResult<T>InputParser. parse(byte[] data)Parses a chunk of data received from a source.InputParser.ParseResult<T>InputParser.ParseResult. stepInto(java.lang.String name, int index)Sets the hierarchical substructure denoted bynameas current scope for further resolution.InputParser.ParseResult<T>InputParser.ParseResult. stepOut()Steps out of the actual context set bystepInto(String, int).
-