Uses of Interface
de.iip_ecosphere.platform.connectors.parser.InputParser
-
Packages that use InputParser 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 in de.iip_ecosphere.platform.connectors.parser
Classes in de.iip_ecosphere.platform.connectors.parser that implement InputParser Modifier and Type Class Description classJsonInputParserImplements the default input parser for JSON data.classTextLineParserImplements 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 InputParser Modifier and Type Method Description static InputParser<?>ParserUtils. createInstance(java.lang.ClassLoader loader, java.lang.String className, java.lang.String charset)Convenience method for creating (custom) parser instances.
-