From 3914a001e1f00c502d5009bf9f15390346646dc6 Mon Sep 17 00:00:00 2001 From: vinay Date: Fri, 29 Dec 2017 15:51:17 +0700 Subject: [PATCH] adding jackson support --- .idea/workspace.xml | 282 ++++++++++++++---- DTOnator.iml | 2 +- META-INF/plugin.xml | 4 +- .../ActionListener/UserActionListener.java | 69 ++++- .../DtoCreationOptions/FieldType.java | 2 +- .../FieldCreator/FieldCreationFactory.java | 2 + .../FieldCreator/JacksonFieldCreator.java | 29 ++ .../FieldRepresentors/FieldRepresentor.java | 16 +- .../nvinayshetty/DTOnator/Ui/InputWindow.form | 16 +- .../nvinayshetty/DTOnator/Ui/InputWindow.java | 8 +- 10 files changed, 349 insertions(+), 81 deletions(-) create mode 100644 src/com/nvinayshetty/DTOnator/FieldCreator/JacksonFieldCreator.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5a99b63..4564252 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,13 +2,16 @@ - - + - + + + + + @@ -71,12 +74,130 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -99,6 +220,7 @@ getDepth getPrimitiveName project + jacksonRadioButton @@ -117,8 +239,6 @@ @@ -193,8 +315,8 @@ - + @@ -240,14 +362,6 @@ - - - - - - - -