Uses of Interface
de.iip_ecosphere.platform.connectors.parser.InputParser
Packages that use InputParser
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 in de.iip_ecosphere.platform.connectors.parser
Classes in de.iip_ecosphere.platform.connectors.parser that implement InputParserModifier and TypeClassDescriptionfinal classImplements the default input parser for JSON data.classImplements a generic line parser, i.e., data instances are assumed to be given in a single line of text.Methods in de.iip_ecosphere.platform.connectors.parser that return InputParserModifier and TypeMethodDescriptionstatic InputParser<?> ParserUtils.createInstance(ClassLoader loader, String className, String charset) Convenience method for creating (custom) parser instances.