Class InputReaderFactory
- java.lang.Object
-
- org.wso2.carbon.mediator.datamapper.engine.input.readers.InputReaderFactory
-
public class InputReaderFactory extends Object
This class is a factory class to getInputReader
needed by the data mapper engine
-
-
Constructor Summary
Constructors Constructor Description InputReaderFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InputReader
getReader(InputOutputDataType inputType)
-
-
-
Method Detail
-
getReader
public static InputReader getReader(InputOutputDataType inputType) throws IOException
- Throws:
IOException
-
-