[REQ][JAVA]: Add option to generate arrays with "uniqueItems" true as Sets rather than Lists
Created by: Januson
Description
It would be great if there was an option to generate properties declared as "array" with "uniqueItems": true as a Set/HashSet rather than a List/ArrayList.
Proposed solution
This could be enabled with a flag option to avoid it beying a breaking change.