Uses of Class
de.iip_ecosphere.platform.connectors.parser.JsonInputParser.JsonParseResult
-
Packages that use JsonInputParser.JsonParseResult 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 JsonInputParser.JsonParseResult in de.iip_ecosphere.platform.connectors.parser
Fields in de.iip_ecosphere.platform.connectors.parser declared as JsonInputParser.JsonParseResult Modifier and Type Field Description private JsonInputParser.JsonParseResultJsonInputParser.JsonParseResult. parentMethods in de.iip_ecosphere.platform.connectors.parser that return JsonInputParser.JsonParseResult Modifier and Type Method Description JsonInputParser.JsonParseResultJsonInputParser. parse(byte[] data)JsonInputParser.JsonParseResultJsonInputParser.JsonParseResult. stepInto(java.lang.String name, int index)JsonInputParser.JsonParseResultJsonInputParser.JsonParseResult. stepOut()Constructors in de.iip_ecosphere.platform.connectors.parser with parameters of type JsonInputParser.JsonParseResult Constructor Description JsonParseResult(byte[] data, com.jsoniter.any.Any any, JsonInputParser.JsonParseResult parent)Creates a parse result instance.
-