Add JSON and collection handler 98/130498/1
authorChuanyuChen <chenchuanyu@huawei.com>
Tue, 30 Aug 2022 02:15:49 +0000 (10:15 +0800)
committerChuanyuChen <chenchuanyu@huawei.com>
Tue, 30 Aug 2022 02:15:49 +0000 (10:15 +0800)
commitad6a98b86377326277d3c19c6e41e7edde285499
tree3d948078e0a4c8acd18e50c7a040774f2f6f21f2
parenta6a29c67cbb22b9b120d08fe5310a45a16d987c6
Add JSON and collection handler

Add handlers to save an object or a collection as String in DB

Issue-ID: USECASEUI-710

Signed-off-by: ChuanyuChen <chenchuanyu@huawei.com>
Change-Id: Id7f9df35dc3ccad23bf784197671b39e043010c9
intentanalysis/pom.xml
intentanalysis/src/main/java/org/onap/usecaseui/intentanalysis/bean/handler/JsonCollectionTypeHandler.java [new file with mode: 0644]
intentanalysis/src/main/java/org/onap/usecaseui/intentanalysis/bean/handler/JsonTypeHandler.java [new file with mode: 0644]