All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description Builder Interface for implement the methods to create generic data holding model of data mapper engineBuilderFactory This class is a factory class to getBuilder
needed by the data mapper engineCSVInputReader This class is responsible for generating the JSON message for the given CSV messageCSVWriter This class implementsWriter
interface and CSV writer for data mapper engineDataMapperEngineConstants This class contains constants used in Data Mapper EngineDataMapperEngineUtils Executor This interface should be implemented by script executors of Data Mapper EngineFormatter This interface should be implemented to convert data mapper generic models toFormatterFactory This class is a factory class to getFormatter
needed by the data mapper engineInputBuilder Class manage the XML to JSON parsing processInputOutputDataType InputReader This interface should be implemented by data-mapper input readers.InputReaderFactory This class is a factory class to getInputReader
needed by the data mapper engineInputVariableNotifier InvalidPayloadException This exception is thrown when engine gets a invalid payload with respect to schemaJacksonJSONSchema This class implementsSchema
interface using Jackson JSON library to hold JSON schemaJSException This exception is thrown when script executors can not execute the mapping configuration scriptJSFunction This class will hold the data mapper mapping configurationJSONBuilder This class implementsBuilder
interface and JSON builder for data mapper engine using jacksonJSONInputReader This class is capable of parsing XML through AXIOMS for the InputStream and build the respective JSON messageJSONWriter This class implementsWriter
interface and json writer for data mapper engine using JacksonMapModel MapOutputFormatter This class implementsFormatter
interface to readMap
model and trigger events to read byOutputMessageBuilder
MappingHandler MappingResource Model<T> Interface to represent data in generic way in the data mapper engine.ModelType OpenJDKNashornFactoryWrapper OutputMessageBuilder OutputVariableNotifier ReaderEvent ReaderEventType ReaderException This exception is thrown when engine gets an error when reading input or when building inputSchema Interface to represent schema in data mapper engine.SchemaElement This class hold properties of a elementSchemaException This exception is thrown when engine gets an error processing schemaScriptExecutor This class implements script executor for data mapper using java script executor (Rhino or Nashorn)ScriptExecutorFactory This class act as a factory to get the requested script executorScriptExecutorPool ScriptExecutorType This enum type represent the types of executors support in data mapperSimpleJSONParserException This exception is thrown when engine gets an error parsing json with simple jsonStringModel This class implementsModel
interface to hold String dataWriter This interface should be implemented by data-mapper output writersWriterException This exception is thrown when engine gets an error writing output or when formattingWriterFactory This class is a factory class to getWriter
needed by the data mapper engineXMLInputReader This class is capable of parsing XML through AXIOMS for the InputStream and build the respective JSON messageXMLWriter This class implementsWriter
interface and xml writer for data mapper engine using StAXXSLTMappingHandler This class handle the transformation of the input xml to the output xml.XSLTMappingResource This class contains required resources for the xslt transformation