Closed AdamPurnomo closed 6 months ago
Hi
java.lang.ClassNotFoundException
indicates that the cause for issue is that indicated class is not accessible during jsonschema2pojo
plugin execution phase.
One could:
com.myproject.NullRuleFactory
+ related classes and add it to jsonschema2pojo
plugin dependencies
I am trying to write a custom rule factor where it would wrap the type into a field wrapper. This field wrapper will be used to distinguish the serialization of the following object
The implementation of field wrapper is as follow
I also implement why own custom type rule and rule factor
In my build.gradle
I got the following error
Caused by: java.lang.ClassNotFoundException: com.myproject.NullRuleFactory
. Can I get help on this? Thank you.