Added JSON config file format utils 09/79309/10
authorpbiniek <pawel.biniek@nokia.com>
Wed, 27 Feb 2019 22:31:15 +0000 (23:31 +0100)
committerpbiniek <pawel.biniek@nokia.com>
Mon, 11 Mar 2019 11:43:48 +0000 (12:43 +0100)
commite9220923d2a13fa787f2f2f7b8bedc60cc9b2324
tree9d8b4e9a5ec6da712a2d76b6897c9f66e79e2c44
parentf938e8a87a33f8db78115a92f5130d6296171c62
Added JSON config file format utils

Change-Id: I97fdd72324495b4c838e44c306cbcacac6b11bc1
Signed-off-by: Pawel Biniek <pawel.biniek@nokia.com>
Issue-ID: DCAEGEN2-1323
12 files changed:
pom.xml
sources/hv-collector-core/src/main/kotlin/org/onap/dcae/collectors/veshv/model/routing.kt
sources/hv-collector-main/pom.xml
sources/hv-collector-main/src/main/kotlin/org/onap/dcae/collectors/veshv/main/config/ConfigFactory.kt [new file with mode: 0644]
sources/hv-collector-main/src/main/kotlin/org/onap/dcae/collectors/veshv/main/config/PartialConfiguration.kt [new file with mode: 0644]
sources/hv-collector-main/src/main/kotlin/org/onap/dcae/collectors/veshv/main/config/adapters/AddressAdapter.kt [new file with mode: 0644]
sources/hv-collector-main/src/main/kotlin/org/onap/dcae/collectors/veshv/main/config/adapters/OptionAdapter.kt [new file with mode: 0644]
sources/hv-collector-main/src/main/kotlin/org/onap/dcae/collectors/veshv/main/config/adapters/RouteAdapter.kt [new file with mode: 0644]
sources/hv-collector-main/src/main/kotlin/org/onap/dcae/collectors/veshv/main/config/adapters/RoutingAdapter.kt [new file with mode: 0644]
sources/hv-collector-main/src/main/kotlin/org/onap/dcae/collectors/veshv/main/config/adapters/SecurityKeysAdapter.kt [new file with mode: 0644]
sources/hv-collector-main/src/test/kotlin/org/onap/dcae/collectors/veshv/main/ConfigFactoryTest.kt [new file with mode: 0644]
sources/hv-collector-main/src/test/resources/sampleConfig.json [new file with mode: 0644]