Interface | Description |
---|---|
Writer |
This interface should be implemented by data-mapper output writers
|
Class | Description |
---|---|
CSVWriter |
This class implements
Writer interface and CSV writer for data mapper engine |
JSONWriter |
This class implements
Writer interface and json writer for data mapper engine using
Jackson |
WriterFactory |
This class is a factory class to get
Writer needed by the data mapper engine |
XMLWriter |
This class implements
Writer interface and xml writer for data mapper engine using StAX |
Copyright © 2021 WSO2. All rights reserved.