Add alias to workaround issue with prefixes in outer tags 39/139839/1
authorDan Timoney <dtimoney@att.com>
Wed, 8 Jan 2025 20:04:02 +0000 (15:04 -0500)
committerDan Timoney <dtimoney@att.com>
Wed, 8 Jan 2025 20:04:07 +0000 (15:04 -0500)
commit1a7b9ce3b48d19861e346886a95838387d215e14
tree34d0412d1ee9a4d8e0465e70ca69dbf5d4f345b3
parent14dd837d56df07379de1c77f1b7fe086608ebbde
Add alias to workaround issue with prefixes in outer tags

To work around the issue with the response from ODL containing prefix in
only outer tag, use @JsonAlias annotation to define an alias value that
includes the module name for those tags where it is needed.

Issue-ID: SDNC-1852
Change-Id: I16a41cd05e7b3fe5fba0964fbc87a2889b353c10
Signed-off-by: Dan Timoney <dtimoney@att.com>
generic-resource-api/client/.swagger-codegen-ignore [new file with mode: 0644]
generic-resource-api/client/pom.xml
generic-resource-api/client/src/main/java/org/onap/sdnc/northbound/client/model/GenericResourceApiVfModuleTopology.java [new file with mode: 0644]
generic-resource-api/client/src/main/java/org/onap/sdnc/northbound/client/model/GenericResourceApiVnfTopology.java [new file with mode: 0644]