<?php

namespace ContainerRYWeSXx;

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 getDoctrineMongodb_Odm_Command_EncryptionDumpFieldsMapService extends App_KernelProdContainer
{
    /*
     * Gets the private 'doctrine_mongodb.odm.command.encryption_dump_fields_map' shared service.
     *
     * @return \Doctrine\Bundle\MongoDBBundle\Command\Encryption\DumpFieldsMapCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->privates['doctrine_mongodb.odm.command.encryption_dump_fields_map'] = $instance = new \Doctrine\Bundle\MongoDBBundle\Command\Encryption\DumpFieldsMapCommand(($container->services['doctrine_mongodb'] ?? self::getDoctrineMongodbService($container)));

        $instance->setName('doctrine:mongodb:encryption:dump-fields-map');
        $instance->setDescription('Dumps the encrypted fields map for all documents in the configured connections.');

        return $instance;
    }
}
