jsoncodegen icon indicating copy to clipboard operation
jsoncodegen copied to clipboard

Better handle collections & enums in java generators

Open kaiso opened this issue 5 years ago • 0 comments

  • Enums must be classes even in case of interfaces generation
  • use more generic Collection class with extends for the rawType to allow choosing type instead of using lists always.

kaiso avatar Jul 10 '20 18:07 kaiso