Constructor and Description |
---|
InputBuilder(InputOutputDataType inputType,
Schema inputSchema)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static InputReader |
InputReaderFactory.getReader(InputOutputDataType inputType) |
Constructor and Description |
---|
OutputMessageBuilder(InputOutputDataType dataType,
ModelType modelType,
Schema outputSchema) |
Modifier and Type | Method and Description |
---|---|
static Writer |
WriterFactory.getWriter(InputOutputDataType outputType,
Schema outputSchema) |
Modifier and Type | Method and Description |
---|---|
static InputOutputDataType |
InputOutputDataType.fromString(String dataType) |
static InputOutputDataType |
InputOutputDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputOutputDataType[] |
InputOutputDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 WSO2. All rights reserved.