ContributionsMost RecentMost LikesSolutionsHow to generate Map<UUID, Integer> instead of Map<String, Integer> On the project we are using codegen and field like uuidToIntegerMap: type: string format: uuid additionalProperties: type: integer creates field like Map<String, Integer> Seems it's the only way, but maybe you can give some advices how to achive Map<UUID, Integer>