Specify path parameters manually

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1793

This topic has not yet been written. The content below is from the topic description.
8.2.5.2. Specifying path parameters manually If you do not want to annotate your entities with resource ID annotations (@ResourceID, @ResourceIDs, @XmlID or @Id) and @ParentResource, you can also specify the URI template values inside the @LinkResource annotation, using Unified Expression Language expressions: Table 8.3.  @LinkResource URI template parameter Parameter Type Function Default pathParameters String[] Declares a list of UEL expressions to obtain the URI template values. Defaults to using @ResourceID, @ResourceIDs, @XmlID or @Id and @ParentResource annotations to extract the values from the model. The UEL expressions are evaluated in the context of the entity, which means that any unqualified variable will be taken as a property for the entity itself, with the special variable this bound to the entity we're generating links for.