<?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 get_JsonStreamer_Read_PropertyMetadataLoader_AttributeService extends App_KernelProdContainer
{
    /*
     * Gets the private '.json_streamer.read.property_metadata_loader.attribute' shared service.
     *
     * @return \Symfony\Component\JsonStreamer\Mapping\Read\AttributePropertyMetadataLoader
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->privates['type_info.resolver'] ?? $container->load('getTypeInfo_ResolverService'));

        return $container->privates['.json_streamer.read.property_metadata_loader.attribute'] = new \Symfony\Component\JsonStreamer\Mapping\Read\AttributePropertyMetadataLoader(new \Symfony\Component\JsonStreamer\Mapping\Read\DateTimeTypePropertyMetadataLoader(new \Symfony\Component\JsonStreamer\Mapping\GenericTypePropertyMetadataLoader(new \Symfony\Component\JsonStreamer\Mapping\PropertyMetadataLoader($a), ($container->privates['type_info.type_context_factory'] ?? $container->load('getTypeInfo_TypeContextFactoryService')))), ($container->privates['.service_locator.E64qpQX'] ?? $container->load('get_ServiceLocator_E64qpQXService')), $a);
    }
}
