java.lang.Object
org.qubership.integration.platform.runtime.catalog.service.exportimport.mapper.chain.ChainElementFilePropertiesSubstitutor

@Component public class ChainElementFilePropertiesSubstitutor extends Object
  • Constructor Details

    • ChainElementFilePropertiesSubstitutor

      public ChainElementFilePropertiesSubstitutor(@Qualifier("primaryObjectMapper") com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details

    • enrichElementWithFileProperties

      public void enrichElementWithFileProperties(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element, File chainFilesDir, @Nullable String propertiesFilename)
    • getElementPropertiesAsSeparateFiles

      public Map<String,byte[]> getElementPropertiesAsSeparateFiles(ChainElementExternalEntity externalElement)