Package de.iip_ecosphere.platform.connectors.parser
package 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.
-
ClassDescriptionAn array-based parse result for data parsed to strings.A basic String to primitive types converter.InputParser<T>Interfaces for generic named/indexed input parsers.Converts parsed data to primitive types.Result of parsing data.Implements the default input parser for JSON data.Implements a JSON input converter.Defines a parse result instance for JSON.Emulates a one-element entry "iterator".Indicates the capabilities of a machine parser.Input parser utility methods.Implements a generic line parser, i.e., data instances are assumed to be given in a single line of text.Own parser converter type to hide implementing class for future modifications.Own parser result type to hide implementing class for future modifications.