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

Clash Royale CLAN TAG#URR8PPPCan 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