All Implemented Interfaces:
io.atlasmap.mxbean.AtlasModuleMXBean, io.atlasmap.spi.AtlasModule

public class QipJsonAtlasModule extends ComplexMappingAtlasModule
  • Constructor Details

    • QipJsonAtlasModule

      public QipJsonAtlasModule()
  • Method Details

    • getValidationService

      protected io.atlasmap.core.validate.BaseModuleValidationService<?> getValidationService()
      Specified by:
      getValidationService in class ComplexMappingAtlasModule
    • getInspectionService

      protected BiFunction<io.atlasmap.spi.AtlasInternalSession,String,io.atlasmap.v2.Document> getInspectionService()
      Specified by:
      getInspectionService in class ComplexMappingAtlasModule
    • processPreTargetExecution

      public void processPreTargetExecution(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException
      Specified by:
      processPreTargetExecution in interface io.atlasmap.spi.AtlasModule
      Overrides:
      processPreTargetExecution in class DelegatingAtlasModule
      Throws:
      io.atlasmap.api.AtlasException
    • processPreSourceExecution

      public void processPreSourceExecution(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException
      Specified by:
      processPreSourceExecution in interface io.atlasmap.spi.AtlasModule
      Overrides:
      processPreSourceExecution in class ComplexMappingAtlasModule
      Throws:
      io.atlasmap.api.AtlasException
    • processPostTargetExecution

      public void processPostTargetExecution(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException
      Specified by:
      processPostTargetExecution in interface io.atlasmap.spi.AtlasModule
      Overrides:
      processPostTargetExecution in class DelegatingAtlasModule
      Throws:
      io.atlasmap.api.AtlasException