File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ used if the full URI to the target is known.
1414
1515Full https URIs are sensitive to changes in the FINT API deployment configuration. To ensure that
1616links are robust, the FINT APIs also support convenience methods that enables implementors to
17- generate links when the target Java class is known. In these cases the methods
17+ generate links when the target type is known. In these cases the methods
1818` Link.with(Type, String...) ` or ` Link.with(Type, String) ` come in handy. The first argument is the
19- Java class of the target resource, so to link to a ` Person ` you use
19+ type of the target resource, so to link to a ` Person ` you use
2020` Link.with(typeof(Person), ...) ` .
2121
2222The second parameter(s) are the path element that specify the identifier for the target. They are
You can’t perform that action at this time.
0 commit comments