Jsonschema2pojo is behaving correctly. However I would like to change its behavior. After I run Jsonschema2pojo I end up with my top level classes (14 of them) and 14 member classes. The member classes look like "WatchSpecs.java", "WatchSpecs_.java", "WatchSpecs__.java", "WatchSpecs___.java", "WatchSpecs____.java", etc. So I end up with 14 classes that are exactly the same but have different names.
Is there a way to change this?
Thanks
p.s. I am NOT using ant or maven. Using Eclipse and including the jars.
// Versions
jsonschema2pojo-core-0.4.27
codemodel-2.4.1
jackson-annotations-2.6.3
jackson-core-2.6.3
jackson-databind-2.6.3
commons-lang-2.5
commons-lang3-3.4