Question

I cannot find anything relate to it from github https://github.com/highslide-software/highcharts.com

Guessing

  1. Google Closure Library javadoc parser https://developers.google.com/closure/compiler/docs/js-for-compiler#tags
  2. Custom Code?

I wanted to generate Java POJO interfaces to be used with GWT AutoBean and JSON processing. Currently I am stuck handcoding the interfaces to be same as the properties mentioned in the api site. This is not maintainable solution as i would need to update it for every release of highcharts and highstocks.

Was it helpful?

Solution

On the Highcharts API page you'll find two download links in the menu on the left. One for download all options as JSON and one for XML format. This can be used for generating your interfaces.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top