ggeorgovassilis / spring-rest-invoker

Spring invoker which maps remote REST services to local interfaces.
Apache License 2.0
37 stars 19 forks source link

Parameterized response type are not handled properly #18

Closed ValentinOzanne closed 7 years ago

ValentinOzanne commented 7 years ago

Parameterized method return type like List are not handled properly : A list of Map is returned instead of an account. I am gona to submit a MR to fix it

ggeorgovassilis commented 7 years ago

Thank you @ValentinOzanne