Add alias to workaround issue with prefixes in outer tags 63/139563/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:56 +0000 (20:04 +0000)
commit42e61e5a3352d0e222e6a242b8f871cf6aa915b8
treef1e70671c02cd1db536dc24a1c9d3c0f8151f494
parentb7775c9347e052942f7670fd01cc8101ecb72317
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]