Uses of Class
org.qubership.integration.platform.runtime.catalog.service.exportimport.serializer.ExportableObjectWriterVisitor
Packages that use ExportableObjectWriterVisitor
Package
Description
-
Uses of ExportableObjectWriterVisitor in org.qubership.integration.platform.runtime.catalog.model.system.exportimport
Methods in org.qubership.integration.platform.runtime.catalog.model.system.exportimport with parameters of type ExportableObjectWriterVisitorModifier and TypeMethodDescriptionvoidExportableObject.accept(ExportableObjectWriterVisitor visitor, ZipOutputStream zipOut, String entryPath) voidExportedIntegrationSystem.accept(ExportableObjectWriterVisitor visitor, ZipOutputStream zipOut, String entryPath) voidExportedSpecification.accept(ExportableObjectWriterVisitor visitor, ZipOutputStream zipOut, String entryPath) voidExportedSpecificationGroup.accept(ExportableObjectWriterVisitor visitor, ZipOutputStream zipOut, String entryPath) voidExportedSpecificationSource.accept(ExportableObjectWriterVisitor visitor, ZipOutputStream zipOut, String entryPath) -
Uses of ExportableObjectWriterVisitor in org.qubership.integration.platform.runtime.catalog.service.exportimport.serializer
Constructors in org.qubership.integration.platform.runtime.catalog.service.exportimport.serializer with parameters of type ExportableObjectWriterVisitorModifierConstructorDescriptionServiceSerializer(com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlExportImportMapper, ExportableObjectWriterVisitor exportableObjectWriterVisitor)