Interface | Description |
---|---|
InputReader |
This interface should be implemented by data-mapper input readers.
|
Class | Description |
---|---|
CSVInputReader |
This class is responsible for generating the JSON message for the given CSV message
|
InputReaderFactory |
This class is a factory class to get
InputReader needed by the data mapper engine |
JSONInputReader |
This class is capable of parsing XML through AXIOMS for the InputStream and build the respective JSON message
|
XMLInputReader |
This class is capable of parsing XML through AXIOMS for the InputStream and build the respective JSON message
|
Copyright © 2020 WSO2. All rights reserved.