jsonschema2pojo
jsonschema2pojo copied to clipboard
Generate anonymous enum into its parent class.
trafficstars
This avoids some potential naming conflicts with classes having the same name in the same package.
Fixes #1012
I added @Ignore for the test multipleEnumArraysWithSameName, since the enum is now an inner class. This is also more stable across the re-generation when the new schema insert a new similar enum.