Add support for TOSCA JSON Parsing 50/82250/2
authorliamfallon <liam.fallon@est.tech>
Thu, 14 Mar 2019 14:24:14 +0000 (14:24 +0000)
committerliamfallon <liam.fallon@est.tech>
Thu, 14 Mar 2019 14:24:14 +0000 (14:24 +0000)
commit8640a6e4b2d50cf2068207b1ddec965c07cec3aa
tree83e3a348f68a56f56e0b8dc5ad0f78bb99bb3701
parenta1f00c1cf93edb412b7bfeb276dbb76557e6c0a8
Add support for TOSCA JSON Parsing

Added a getter to allow the Gson object to be retrieved from a GSON
message body handler, useful for testing.

Moved the TextFileUtils utility class from APEX utilites to policy common
utils

Issue-ID: POLICY-1195
Change-Id: I7c8074e8177a90b292c6dfd6e7f0d352063818e7
Signed-off-by: liamfallon <liam.fallon@est.tech>
gson/pom.xml
gson/src/main/java/org/onap/policy/common/gson/GsonMessageBodyHandler.java
lombok.config [new file with mode: 0644]
utils/src/main/java/org/onap/policy/common/utils/resources/TextFileUtils.java [new file with mode: 0644]
utils/src/test/java/org/onap/policy/common/utils/resources/TextFileUtilsTest.java [new file with mode: 0644]