jsoncodegen icon indicating copy to clipboard operation
jsoncodegen copied to clipboard

Generate Java code from JSON:API schema

Open ivica-vojinovic opened this issue 6 years ago • 0 comments

I cannot generate java code from JSON:API schema.

I get

Exception in thread "main" java.lang.Exception: property object w/o any type: [description:Link members related to the primary data., allOf:[[$ref:#/definitions/links], [$ref:#/definitions/pagination]]] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

ivica-vojinovic avatar Sep 20 '19 07:09 ivica-vojinovic