ParameterizedTypeReference now passed in 51/59851/2
authorBenjamin, Max (mb388a) <mb388a@us.att.com>
Thu, 9 Aug 2018 12:58:47 +0000 (08:58 -0400)
committerRob Daugherty <rd472p@att.com>
Fri, 10 Aug 2018 17:38:04 +0000 (17:38 +0000)
commit0396b699b3a56c5a35edb373e73a1221086cac0c
treef7ccb0bf1a194ac89362a5c3eab1d016c91f7c1f
parenta6ed83b5ad7340dd8f6c642abe965423bdaa8f43
ParameterizedTypeReference now passed in

An argument must be added other wise we cannot return anything other
than a linkedhashmap because of type erasure.

https://stackoverflow.com/questions/21987295/using-spring-resttemplate-in-generic-method-with-generic-parameter

Issue-ID: SO-820
Change-Id: I96b5bf9db8389beacfcd79e7a80ee22b3d470a27
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
bpmn/so-bpmn-tasks/src/main/java/org/onap/so/client/sdnc/BaseClient.java
bpmn/so-bpmn-tasks/src/main/java/org/onap/so/client/sdnc/SDNCClient.java
bpmn/so-bpmn-tasks/src/main/java/org/onap/so/client/sniro/SniroClient.java
bpmn/so-bpmn-tasks/src/test/java/org/onap/so/client/sdnc/BaseClientTest.java [new file with mode: 0644]