Extract entity conversion logic into separate class 72/139072/4
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Tue, 1 Oct 2024 14:29:21 +0000 (16:29 +0200)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Wed, 2 Oct 2024 12:15:11 +0000 (12:15 +0000)
commitc3eb0a6d5e4471d0bb2ef618cfafbe26546826d8
tree3eb9facfe2a5cea56b988ccf85d805ae369324f2
parent962c7f9b84c2166c0b37f2580ec83fc9bdfc45d7
Extract entity conversion logic into separate class

Issue-ID: AAI-4008
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Ic00d989ba97dd9e23d028d9e262ea2967d889e79
aai-core/src/main/java/org/onap/aai/parsers/uri/URIToObject.java
aai-core/src/main/java/org/onap/aai/rest/notification/EntityConverter.java [new file with mode: 0644]
aai-core/src/main/java/org/onap/aai/rest/notification/UEBNotification.java
aai-core/src/test/java/org/onap/aai/rest/notification/EntityConverterTest.java [new file with mode: 0644]