<?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 getApiPlatform_Jsonld_JsonStreamer_Write_ValueTransformer_ContextService extends App_KernelProdContainer
{
    /*
     * Gets the private 'api_platform.jsonld.json_streamer.write.value_transformer.context' shared service.
     *
     * @return \ApiPlatform\JsonLd\JsonStreamer\ValueTransformer\ContextValueTransformer
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['api_platform.jsonld.json_streamer.write.value_transformer.context'] = new \ApiPlatform\JsonLd\JsonStreamer\ValueTransformer\ContextValueTransformer(($container->privates['api_platform.router'] ?? self::getApiPlatform_RouterService($container)));
    }
}
