Class QipXmlValidationService

java.lang.Object
io.atlasmap.core.validate.BaseModuleValidationService<io.atlasmap.xml.v2.XmlField>
io.atlasmap.xml.module.XmlValidationService
org.qubership.integration.platform.engine.mapper.atlasmap.QipXmlValidationService
All Implemented Interfaces:
io.atlasmap.api.AtlasValidationService

public class QipXmlValidationService extends io.atlasmap.xml.module.XmlValidationService
  • Constructor Summary

    Constructors
    Constructor
    Description
    QipXmlValidationService(io.atlasmap.spi.AtlasModuleDetail moduleDetail, io.atlasmap.spi.AtlasConversionService conversionService, io.atlasmap.spi.AtlasFieldActionService fieldActionService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected io.atlasmap.spi.AtlasModuleDetail
     

    Methods inherited from class io.atlasmap.xml.module.XmlValidationService

    destroy, getFieldType, getModuleFieldName, init, validateModuleField

    Methods inherited from class io.atlasmap.core.validate.BaseModuleValidationService

    getConversionService, getDocId, getFieldActionService, getFieldName, getMappingFieldPairValidator, getMode, matchDocIdOrNull, setConversionService, setDocId, setMappingFieldPairValidator, setMode, validateCombineMapping, validateCustomMapping, validateField, validateFieldCombinations, validateFieldGroup, validateMapMapping, validateMapping, validateMappingEntries, validateSeparateMapping

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QipXmlValidationService

      public QipXmlValidationService(io.atlasmap.spi.AtlasModuleDetail moduleDetail, io.atlasmap.spi.AtlasConversionService conversionService, io.atlasmap.spi.AtlasFieldActionService fieldActionService)
  • Method Details

    • getModuleDetail

      protected io.atlasmap.spi.AtlasModuleDetail getModuleDetail()
      Overrides:
      getModuleDetail in class io.atlasmap.xml.module.XmlValidationService