<?php

namespace ContainerXAyNPD7;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getTriggerActionProcessorService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\ApiPlatform\State\Support\TriggerActionProcessor' shared autowired service.
     *
     * @return \App\ApiPlatform\State\Support\TriggerActionProcessor
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->services['doctrine_mongodb.odm.default_document_manager'] ?? $container->load('getDoctrineMongodb_Odm_DefaultDocumentManagerService'));
        $b = ($container->privates['security.helper'] ?? self::getSecurity_HelperService($container));

        return $container->privates['App\\ApiPlatform\\State\\Support\\TriggerActionProcessor'] = new \App\ApiPlatform\State\Support\TriggerActionProcessor($a, new \App\Core\Support\Service\TicketActionExecutor(new \App\Core\Support\Service\TicketActionRegistry(($container->privates['App\\ApiPlatform\\State\\Expedition\\CancelExpeditionProcessor'] ?? $container->load('getCancelExpeditionProcessorService')), ($container->privates['App\\ApiPlatform\\State\\Expedition\\ChangeDeliverySlotProcessor'] ?? $container->load('getChangeDeliverySlotProcessorService')), ($container->privates['App\\ApiPlatform\\State\\Expedition\\ChangeDeliveryAddressProcessor'] ?? $container->load('getChangeDeliveryAddressProcessorService')), ($container->privates['App\\ApiPlatform\\State\\Expedition\\ChangeDepositProcessor'] ?? $container->load('getChangeDepositProcessorService')), ($container->privates['App\\ApiPlatform\\State\\Expedition\\ChangeTransportTypeProcessor'] ?? $container->load('getChangeTransportTypeProcessorService')), ($container->privates['App\\ApiPlatform\\State\\Expedition\\UpdateRelayPointProcessor'] ?? $container->load('getUpdateRelayPointProcessorService')), ($container->privates['App\\ApiPlatform\\State\\Expedition\\SendBackToVirProcessor'] ?? $container->load('getSendBackToVirProcessorService')), ($container->privates['App\\ApiPlatform\\State\\Expedition\\CancellationRequestProcessor'] ?? $container->load('getCancellationRequestProcessorService')), ($container->privates['App\\ApiPlatform\\State\\ReturnShipment\\CancellationProcessor'] ?? $container->load('getCancellationProcessorService')), ($container->privates['App\\ApiPlatform\\State\\ReturnShipment\\CancellationRequestProcessor'] ?? $container->load('getCancellationRequestProcessor2Service'))), new \App\Core\Support\Service\OperationResolver(($container->privates['api_platform.doctrine.odm.metadata.resource.metadata_collection_factory'] ?? self::getApiPlatform_Doctrine_Odm_Metadata_Resource_MetadataCollectionFactoryService($container))), $b, ($container->privates['serializer'] ?? self::getSerializerService($container)), $a, ($container->privates['App\\Core\\Support\\Service\\SupportTicketStateMachine'] ?? $container->load('getSupportTicketStateMachineService')), ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container))), $b);
    }
}
