Add yaml support to pap api's 66/127066/1
authorRam Krishna Verma <ram_krishna.verma@bell.ca>
Thu, 10 Feb 2022 19:35:12 +0000 (14:35 -0500)
committerRam Krishna Verma <ram_krishna.verma@bell.ca>
Thu, 10 Feb 2022 19:35:17 +0000 (14:35 -0500)
commitf5fda6421dad76d369774c59e89a448a6c4e8c07
treed0636eee32fb0fcd383ada1488ae6cba2bcefac1
parent873803eca00830dc3ecb61e610d90710f64a8242
Add yaml support to pap api's

Adding yaml support to pap rest api's.
Along with related unit tests.

Issue-ID: POLICY-3864
Change-Id: I43bdbbd4151bcae5dcf4752a9385b115efa947d3
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
main/src/main/java/org/onap/policy/pap/main/config/WebConfig.java [new file with mode: 0644]
main/src/main/java/org/onap/policy/pap/main/config/converter/YamlHttpMessageConverter.java [new file with mode: 0644]
main/src/test/java/org/onap/policy/pap/main/rest/CommonPapRestServer.java
main/src/test/java/org/onap/policy/pap/main/rest/e2e/PdpGroupCreateOrUpdateTest.java
main/src/test/resources/e2e/createGroups.yaml [new file with mode: 0644]