<?php //resource_metadata_collection_d672de884fce58289fe1ce0499dd9bc9

return [PHP_INT_MAX, static fn () => \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['ApiPlatform\\Metadata\\ApiResource'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Metadata\\ApiResource')),
        clone ($p['ApiPlatform\\Metadata\\Operations'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Metadata\\Operations')),
        clone ($p['ApiPlatform\\Metadata\\GetCollection'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Metadata\\GetCollection')),
        clone ($p['ApiPlatform\\Metadata\\Get'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Metadata\\Get')),
        clone ($p['ApiPlatform\\Metadata\\Link'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Metadata\\Link')),
        clone $p['ApiPlatform\\Metadata\\Get'],
        clone $p['ApiPlatform\\Metadata\\Link'],
        clone ($p['ApiPlatform\\Metadata\\Post'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Metadata\\Post')),
        clone $p['ApiPlatform\\Metadata\\Link'],
    ],
    null,
    [
        'ApiPlatform\\Metadata\\ApiResource' => [
            'operations' => [
                $o[1],
            ],
            'shortName' => [
                'Messages',
            ],
            'uriVariables' => [
                [
                    'id' => $o[8],
                ],
            ],
            'class' => [
                'App\\Entity\\Messages',
            ],
            'normalizationContext' => [
                [
                    'skip_null_values' => true,
                ],
            ],
            'order' => [
                [
                    'id' => 'DESC',
                ],
            ],
            'paginationFetchJoinCollection' => [
                false,
            ],
            'graphQlOperations' => [
                [],
            ],
            'extraProperties' => [
                [],
            ],
        ],
        'ApiPlatform\\Metadata\\Operations' => [
            'operations' => [
                1 => [
                    [
                        '_api_/messages.{_format}_get_collection',
                        $o[2],
                    ],
                    [
                        '_api_/messages/{id}.{_format}_get',
                        $o[3],
                    ],
                    [
                        'get_comment',
                        $o[5],
                    ],
                    [
                        '_api_/messages.{_format}_post',
                        $o[7],
                    ],
                ],
            ],
        ],
        'ApiPlatform\\Metadata\\Operation' => [
            'shortName' => [
                2 => 'Messages',
                'Messages',
                5 => 'Messages',
                7 => 'Messages',
            ],
            'class' => [
                2 => 'App\\Entity\\Messages',
                'App\\Entity\\Messages',
                5 => 'App\\Entity\\Messages',
                7 => 'App\\Entity\\Messages',
            ],
            'paginationFetchJoinCollection' => [
                2 => false,
                false,
                5 => false,
                7 => false,
            ],
            'order' => [
                2 => [
                    'id' => 'DESC',
                ],
                [
                    'id' => 'DESC',
                ],
                5 => [
                    'id' => 'DESC',
                ],
                7 => [
                    'id' => 'DESC',
                ],
            ],
            'normalizationContext' => [
                2 => [
                    'skip_null_values' => true,
                    'groups' => 'message_read',
                ],
                [
                    'skip_null_values' => true,
                    'groups' => 'message_read_detail',
                ],
                5 => [
                    'skip_null_values' => true,
                    'groups' => 'message_read_comment',
                ],
                7 => [
                    'skip_null_values' => true,
                    'groups' => 'message_add',
                ],
            ],
            'filters' => [
                2 => [
                    'annotated_app_entity_messages_api_platform_doctrine_orm_filter_search_filter',
                    'annotated_app_entity_messages_api_platform_doctrine_orm_filter_order_filter',
                ],
                [
                    'annotated_app_entity_messages_api_platform_doctrine_orm_filter_search_filter',
                    'annotated_app_entity_messages_api_platform_doctrine_orm_filter_order_filter',
                ],
                5 => [
                    'annotated_app_entity_messages_api_platform_doctrine_orm_filter_search_filter',
                    'annotated_app_entity_messages_api_platform_doctrine_orm_filter_order_filter',
                ],
                7 => [
                    'annotated_app_entity_messages_api_platform_doctrine_orm_filter_search_filter',
                    'annotated_app_entity_messages_api_platform_doctrine_orm_filter_order_filter',
                ],
            ],
            'priority' => [
                2 => 0,
                1,
                5 => 2,
                7 => 3,
            ],
            'name' => [
                2 => '_api_/messages.{_format}_get_collection',
                '_api_/messages/{id}.{_format}_get',
                5 => 'get_comment',
                7 => '_api_/messages.{_format}_post',
            ],
            'provider' => [
                2 => 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider',
                'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
                5 => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
                7 => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
            ],
            'processor' => [
                2 => 'ApiPlatform\\Doctrine\\Common\\State\\PersistProcessor',
                'ApiPlatform\\Doctrine\\Common\\State\\PersistProcessor',
                5 => 'ApiPlatform\\Doctrine\\Common\\State\\PersistProcessor',
                7 => 'ApiPlatform\\Doctrine\\Common\\State\\PersistProcessor',
            ],
            'extraProperties' => [
                2 => [],
                [],
                5 => [
                    'user_defined_uri_template' => true,
                ],
                7 => [],
            ],
            'denormalizationContext' => [
                7 => [
                    'groups' => 'message_add',
                ],
            ],
        ],
        'ApiPlatform\\Metadata\\HttpOperation' => [
            'method' => [
                2 => 'GET',
                'GET',
                5 => 'GET',
                7 => 'POST',
            ],
            'uriTemplate' => [
                2 => '/messages.{_format}',
                '/messages/{id}.{_format}',
                5 => '/message/{id}/comments',
                7 => '/messages.{_format}',
            ],
            'inputFormats' => [
                2 => [
                    'json' => [
                        'application/json',
                    ],
                    'jsonld' => [
                        'application/ld+json',
                    ],
                    'html' => [
                        'text/html',
                    ],
                    'multipart' => [
                        'multipart/form-data',
                    ],
                ],
                [
                    'json' => [
                        'application/json',
                    ],
                    'jsonld' => [
                        'application/ld+json',
                    ],
                    'html' => [
                        'text/html',
                    ],
                    'multipart' => [
                        'multipart/form-data',
                    ],
                ],
                5 => [
                    'json' => [
                        'application/json',
                    ],
                    'jsonld' => [
                        'application/ld+json',
                    ],
                    'html' => [
                        'text/html',
                    ],
                    'multipart' => [
                        'multipart/form-data',
                    ],
                ],
                7 => [
                    'json' => [
                        'application/json',
                    ],
                    'jsonld' => [
                        'application/ld+json',
                    ],
                    'html' => [
                        'text/html',
                    ],
                    'multipart' => [
                        'multipart/form-data',
                    ],
                ],
            ],
            'outputFormats' => [
                2 => [
                    'json' => [
                        'application/json',
                    ],
                    'jsonld' => [
                        'application/ld+json',
                    ],
                    'html' => [
                        'text/html',
                    ],
                    'multipart' => [
                        'multipart/form-data',
                    ],
                ],
                [
                    'json' => [
                        'application/json',
                    ],
                    'jsonld' => [
                        'application/ld+json',
                    ],
                    'html' => [
                        'text/html',
                    ],
                    'multipart' => [
                        'multipart/form-data',
                    ],
                ],
                5 => [
                    'json' => [
                        'application/json',
                    ],
                    'jsonld' => [
                        'application/ld+json',
                    ],
                    'html' => [
                        'text/html',
                    ],
                    'multipart' => [
                        'multipart/form-data',
                    ],
                ],
                7 => [
                    'json' => [
                        'application/json',
                    ],
                    'jsonld' => [
                        'application/ld+json',
                    ],
                    'html' => [
                        'text/html',
                    ],
                    'multipart' => [
                        'multipart/form-data',
                    ],
                ],
            ],
            'uriVariables' => [
                3 => [
                    'id' => $o[4],
                ],
                5 => [
                    'id' => $o[6],
                ],
                7 => [],
            ],
        ],
        'ApiPlatform\\Metadata\\Link' => [
            'parameterName' => [
                4 => 'id',
                6 => 'id',
                8 => 'id',
            ],
            'fromClass' => [
                4 => 'App\\Entity\\Messages',
                6 => 'App\\Entity\\Messages',
                8 => 'App\\Entity\\Messages',
            ],
            'identifiers' => [
                4 => [
                    'id',
                ],
                6 => [
                    'id',
                ],
                8 => [
                    'id',
                ],
            ],
        ],
    ],
    [
        $o[0],
    ],
    []
)];
