1

I wanted to generate POJO classes from json schema, in which one of the attribute in the generated class should be a map of type - Map<String, List>. Here CustomClass should be a class generated using jsonnSchema2pojo plugin.

How do we achieve this in schema? How does the schema looks like?

Geethu
  • 11
  • 3

1 Answers1

0

Search for Extensions > javaType on https://www.jsonschema2pojo.org/ - And I am sure you can do that.

Robin
  • 152
  • 3
  • 14