Currently RepositoryInvoker.invokeQueryMethod(…) strongly assumes the values for the query method parameters are always String instances. This however eventually only allows Converter instances to kick in that convert from String to the actual parameter type.
We should loosen that contract to generally accept Object instances so that clients can tweak incoming parameters into special types that can then be treated in a special way by registering the corresponding converters
Affects: 1.10 GA (Fowler)
Issue Links:
DATAREST-502 Not convenient to search a repository by a related entity using links
("is depended on by")
The text was updated successfully, but these errors were encountered:
Oliver Drotbohm opened DATACMNS-678 and commented
Currently
RepositoryInvoker.invokeQueryMethod(…)
strongly assumes the values for the query method parameters are alwaysString
instances. This however eventually only allowsConverter
instances to kick in that convert fromString
to the actual parameter type.We should loosen that contract to generally accept
Object
instances so that clients can tweak incoming parameters into special types that can then be treated in a special way by registering the corresponding convertersAffects: 1.10 GA (Fowler)
Issue Links:
("is depended on by")
The text was updated successfully, but these errors were encountered: