Uses of Class
org.qubership.integration.platform.variables.management.service.exportimport.instructions.mapper.ImportInstructionsMapper
Packages that use ImportInstructionsMapper
Package
Description
-
Uses of ImportInstructionsMapper in org.qubership.integration.platform.variables.management.rest.v1.controller
Constructors in org.qubership.integration.platform.variables.management.rest.v1.controller with parameters of type ImportInstructionsMapperModifierConstructorDescriptionImportInstructionsController(ImportInstructionsService importInstructionsService, ImportInstructionsMapper importInstructionsMapper, ImportInstructionRequestMapper importInstructionRequestMapper) -
Uses of ImportInstructionsMapper in org.qubership.integration.platform.variables.management.service.exportimport.instructions
Constructors in org.qubership.integration.platform.variables.management.service.exportimport.instructions with parameters of type ImportInstructionsMapperModifierConstructorDescriptionImportInstructionsService(com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper, ImportInstructionsRepository importInstructionsRepository, ImportInstructionsMapper importInstructionsMapper, ConsulService consulService, ImportInstructionsFilterSpecificationBuilder importInstructionsFilterSpecificationBuilder, EntityValidator entityValidator, ActionsLogService actionsLogService)