Uses of Package
de.iip_ecosphere.platform.connectors.parser
-
Packages that use de.iip_ecosphere.platform.connectors.parser Package Description de.iip_ecosphere.platform.connectors.model Classes around accessing an information model behind a protocol implementation.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. -
Classes in de.iip_ecosphere.platform.connectors.parser used by de.iip_ecosphere.platform.connectors.model Class Description InputParser.InputConverter Converts parsed data to primitive types. -
Classes in de.iip_ecosphere.platform.connectors.parser used by de.iip_ecosphere.platform.connectors.parser Class Description ArrayParseResult An array-based parse result for data parsed to strings.ConverterFromString A basic String to primitive types converter.InputParser Interfaces for generic named/indexed input parsers.InputParser.InputConverter Converts parsed data to primitive types.InputParser.ParseResult Result of parsing data.JsonInputParser.JsonInputConverter Implements a JSON input converted.JsonInputParser.JsonParseResult Defines a parse result instance for JSON.MachineParser Indicates the capabilities of a machine parser.TextLineParser.TextLineParserConverter Own parser converter type to hide implementing class for future modifications.TextLineParser.TextLineParseResult Own parser result type to hide implementing class for future modifications.