create JoshworksJacksonObjectMapper and use it everywhere needed 67/95567/1
authorEylon Malin <eylon.malin@intl.att.com>
Thu, 12 Sep 2019 11:25:32 +0000 (14:25 +0300)
committerEylon Malin <eylon.malin@intl.att.com>
Thu, 12 Sep 2019 11:25:32 +0000 (14:25 +0300)
commit2609cc76f0565466667fff8ae4d0707b94993877
treee52f013baf27979dd8f0eb0d98bf6ff0c2cbb57f
parent079dfc9647074f7e40c8b5fe3eac5bd2b50ade0c
create JoshworksJacksonObjectMapper and use it everywhere needed

Create class that implement joshworks object mapper that used jackson
object mapper that support kotlin.
Use it instead local anonymous classes where needed

Issue-ID: VID-611
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ie00dce0ec9b366515c5e40d9f37b9e64a2ceb357
vid-app-common/src/main/java/org/onap/vid/client/SyncRestClient.java
vid-app-common/src/main/java/org/onap/vid/controller/WebConfig.java
vid-app-common/src/main/java/org/onap/vid/utils/KotlinUtils.kt
vid-app-common/src/test/java/org/onap/vid/aai/AaiOverTLSClientServerTest.java
vid-app-common/src/test/java/org/onap/vid/mso/rest/MsoRestClientNewTest.java