Modifier and Type | Method and Description |
---|---|
Schema |
MappingResource.getInputSchema() |
Schema |
MappingResource.getOutputSchema() |
Modifier and Type | Class and Description |
---|---|
class |
JacksonJSONSchema
This class implements
Schema interface using Jackson JSON library to hold JSON schema |
Constructor and Description |
---|
InputBuilder(InputOutputDataType inputType,
Schema inputSchema)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Schema |
XMLInputReader.getInputSchema() |
Schema |
CSVInputReader.getInputSchema() |
Modifier and Type | Method and Description |
---|---|
void |
XMLInputReader.read(InputStream input,
Schema inputSchema,
InputBuilder messageBuilder)
Read, parse the XML and notify with the output JSON message
|
void |
JSONInputReader.read(InputStream input,
Schema inputSchema,
InputBuilder messageBuilder)
Read, parse the XML and notify with the output JSON message
|
void |
CSVInputReader.read(InputStream input,
Schema inputSchema,
InputBuilder messageBuilder) |
void |
InputReader.read(InputStream input,
Schema inputSchema,
InputBuilder messageBuilder) |
Modifier and Type | Method and Description |
---|---|
Schema |
OutputMessageBuilder.getOutputSchema() |
Modifier and Type | Method and Description |
---|---|
void |
OutputMessageBuilder.setOutputSchema(Schema outputSchema) |
Constructor and Description |
---|
OutputMessageBuilder(InputOutputDataType dataType,
ModelType modelType,
Schema outputSchema) |
Modifier and Type | Method and Description |
---|---|
void |
MapOutputFormatter.format(Model model,
OutputMessageBuilder outputMessageBuilder,
Schema outputSchema) |
void |
Formatter.format(Model model,
OutputMessageBuilder outputMessageBuilder,
Schema outputSchema) |
Modifier and Type | Method and Description |
---|---|
static Writer |
WriterFactory.getWriter(InputOutputDataType outputType,
Schema outputSchema) |
Constructor and Description |
---|
CSVWriter(Schema outputSchema) |
JSONWriter(Schema outputSchema) |
XMLWriter(Schema outputSchema) |
Copyright © 2019 WSO2. All rights reserved.