Jackson: Generate Jackson classes from XSD Jackson: Generate Jackson classes from XSD xml xml

Jackson: Generate Jackson classes from XSD


Have you looked at the similar question on StackOverflow? They may fully answer your question or contribute greatly to that.

  • This first link shows how to generate a json schema from an xml schema through java
  • Once you have the Json schema, This second link shows how to generate the classes from the json schema using jsonschema2pojo