Uses of Class
de.iip_ecosphere.platform.connectors.parser.ArrayParseResult
Packages that use ArrayParseResult
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 ArrayParseResult in de.iip_ecosphere.platform.connectors.parser
Subclasses of ArrayParseResult in de.iip_ecosphere.platform.connectors.parserModifier and TypeClassDescriptionstatic classOwn parser result type to hide implementing class for future modifications.Fields in de.iip_ecosphere.platform.connectors.parser declared as ArrayParseResultMethods in de.iip_ecosphere.platform.connectors.parser that return ArrayParseResultConstructors in de.iip_ecosphere.platform.connectors.parser with parameters of type ArrayParseResultModifierConstructorDescriptionprotectedArrayParseResult(String[] data, int baseIndex, ArrayParseResult parent) Creates an array-based parse result.protectedTextLineParseResult(String[] data, int baseIndex, ArrayParseResult parent) Creates an array-based parse result.