Class ExportableObjectWriterVisitor
java.lang.Object
org.qubership.integration.platform.runtime.catalog.service.exportimport.serializer.ExportableObjectWriterVisitor
-
Constructor Summary
ConstructorsConstructorDescriptionExportableObjectWriterVisitor(com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlExportImportMapper) -
Method Summary
Modifier and TypeMethodDescriptionvoidvisit(ExportedIntegrationSystem exportedIntegrationSystem, ZipOutputStream zipOut, String entryPath) voidvisit(ExportedSpecificationGroup exportedSpecificationGroup, ZipOutputStream zipOut, String entryPath) voidvisit(ExportedSpecification exportedSpecification, ZipOutputStream zipOut, String entryPath) voidvisit(ExportedSpecificationSource exportedSpecificationSource, ZipOutputStream zipOut, String entryPath)
-
Constructor Details
-
ExportableObjectWriterVisitor
@Autowired public ExportableObjectWriterVisitor(com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlExportImportMapper)
-
-
Method Details
-
visit
public void visit(ExportedIntegrationSystem exportedIntegrationSystem, ZipOutputStream zipOut, String entryPath) throws IOException - Throws:
IOException
-
visit
public void visit(ExportedSpecificationGroup exportedSpecificationGroup, ZipOutputStream zipOut, String entryPath) throws IOException - Throws:
IOException
-
visit
public void visit(ExportedSpecification exportedSpecification, ZipOutputStream zipOut, String entryPath) throws IOException - Throws:
IOException
-
visit
public void visit(ExportedSpecificationSource exportedSpecificationSource, ZipOutputStream zipOut, String entryPath) throws IOException - Throws:
IOException
-