Can we create Java class at runtime for parsing Json? [on hold]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Can we create Java class at runtime for parsing Json? [on hold]



I want to create java class based on the json schema during runtime.



The schema have primitive types and Arraylist of reference types and I need to create an instance for that class and this instance holds the json values.



Can we do that in Java?



Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.





What you are asking is extremely advanced and can't be explained here.
– Steve11235
yesterday




Popular posts from this blog

Arduino Mega cannot recieve any sketches, stk500_recv() programmer is not responding

Visual Studio Code: How to configure includePath for better IntelliSense results

C++ virtual function: Base class function is called instead of derived