Class QipJsonAtlasModule
java.lang.Object
org.qubership.integration.platform.engine.mapper.atlasmap.DelegatingAtlasModule
org.qubership.integration.platform.engine.mapper.atlasmap.ComplexMappingAtlasModule
org.qubership.integration.platform.engine.mapper.atlasmap.QipJsonAtlasModule
- All Implemented Interfaces:
io.atlasmap.mxbean.AtlasModuleMXBean,io.atlasmap.spi.AtlasModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BiFunction<io.atlasmap.spi.AtlasInternalSession, String, io.atlasmap.v2.Document> protected io.atlasmap.core.validate.BaseModuleValidationService<?> voidprocessPostTargetExecution(io.atlasmap.spi.AtlasInternalSession session) voidprocessPreSourceExecution(io.atlasmap.spi.AtlasInternalSession session) voidprocessPreTargetExecution(io.atlasmap.spi.AtlasInternalSession session) Methods inherited from class org.qubership.integration.platform.engine.mapper.atlasmap.ComplexMappingAtlasModule
cloneField, isSupportedField, populateTargetField, processPreValidation, readSourceValue, writeTargetValueMethods inherited from class org.qubership.integration.platform.engine.mapper.atlasmap.DelegatingAtlasModule
createField, destroy, getClassLoader, getClassName, getCollectionHelper, getConversionService, getDataFormats, getDataSourceMetadata, getDelegate, getDocId, getDocName, getFieldActionService, getMode, getModeName, getName, getPackageNames, getSourceCount, getSourceErrorCount, getSourceMaxExecutionTime, getSourceMinExecutionTime, getSourceSuccessCount, getSourceTotalExecutionTime, getTargetCount, getTargetErrorCount, getTargetMaxExecutionTime, getTargetMinExecutionTime, getTargetSuccessCount, getTargetTotalExecutionTime, getUri, getUriDataType, getUriParameters, getUuid, getVersion, init, isAutomaticallyProcessOutputFieldActions, isSourceSupported, isStatisticsEnabled, isStatisticsSupported, isTargetSupported, listSupportedModes, processPostSourceExecution, processPostValidation, readAndResetStatistics, setAutomaticallyProcessOutputFieldActions, setClassLoader, setConversionService, setDataSourceMetadata, setDocId, setDocName, setFieldActionService, setMode, setStatisticsEnabled, setUri
-
Constructor Details
-
QipJsonAtlasModule
public QipJsonAtlasModule()
-
-
Method Details
-
getValidationService
protected io.atlasmap.core.validate.BaseModuleValidationService<?> getValidationService()- Specified by:
getValidationServicein classComplexMappingAtlasModule
-
getInspectionService
protected BiFunction<io.atlasmap.spi.AtlasInternalSession,String, getInspectionService()io.atlasmap.v2.Document> - Specified by:
getInspectionServicein classComplexMappingAtlasModule
-
processPreTargetExecution
public void processPreTargetExecution(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException - Specified by:
processPreTargetExecutionin interfaceio.atlasmap.spi.AtlasModule- Overrides:
processPreTargetExecutionin classDelegatingAtlasModule- Throws:
io.atlasmap.api.AtlasException
-
processPreSourceExecution
public void processPreSourceExecution(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException - Specified by:
processPreSourceExecutionin interfaceio.atlasmap.spi.AtlasModule- Overrides:
processPreSourceExecutionin classComplexMappingAtlasModule- Throws:
io.atlasmap.api.AtlasException
-
processPostTargetExecution
public void processPostTargetExecution(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException - Specified by:
processPostTargetExecutionin interfaceio.atlasmap.spi.AtlasModule- Overrides:
processPostTargetExecutionin classDelegatingAtlasModule- Throws:
io.atlasmap.api.AtlasException
-