Hi,
most of my datasources are invoked on-server using Spring services. You have parameter matching for some things, like DSRequest, request Maps etc. which is great.
However, if I would like to have some custom parameter-matching, for example matching a parameter in the http request to a method parameter if it exists and has a certain name, is this possible in some convenient way. Running 6.0 I can see that you have the Reflection class that seems to handle this?
most of my datasources are invoked on-server using Spring services. You have parameter matching for some things, like DSRequest, request Maps etc. which is great.
However, if I would like to have some custom parameter-matching, for example matching a parameter in the http request to a method parameter if it exists and has a certain name, is this possible in some convenient way. Running 6.0 I can see that you have the Reflection class that seems to handle this?
Comment