Make Introspector serializable via Jackson 23/139123/2
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sat, 5 Oct 2024 19:17:10 +0000 (21:17 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sat, 5 Oct 2024 19:36:42 +0000 (21:36 +0200)
commit6cc66cadc9db495883ce1211c1a0f712e77f8bc7
tree07ae41b0d5f3f566db0b2c0965874243ea71b194
parentc3eb0a6d5e4471d0bb2ef618cfafbe26546826d8
Make Introspector serializable via Jackson

- annotate Introspector, such that ObjectMapper can serialize it

Issue-ID: AAI-4010
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I4896f811fa9db0637c941a11b01f26b734b15a21
aai-core/src/main/java/org/onap/aai/introspection/Introspector.java
aai-core/src/test/java/org/onap/aai/introspection/IntrospectorSerializationTest.java [new file with mode: 0644]