<?xml version="1.0" ?>
<container xmlns="http://symfony.com/schema/dic/services"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">

    <services>
        <service id="hateoas.helper.link" class="Hateoas\Helper\LinkHelper" public="true">
            <argument type="service" id="hateoas.link_factory" />
            <argument type="service" id="hateoas.configuration.metadata_factory" />
        </service>

        <service id="hateoas.expression.link_expression_function" class="Bazinga\Bundle\HateoasBundle\Expression\LinkExpressionFunction" public="false">
            <tag name="jms.expression.function_provider" />
        </service>
    </services>

</container>
