You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use case is that I have a type that uses an interface, defined outside of jsonschema2pojo, because jsonschema2pojo doesn't support generating of interfaces. I then attach a property with that interface as its type. I then define implementations of that interface in the definitions section, possibly not even in the same schema file.
I would like it to generate theses classes but it does not because no top-level object as defined by a schema file references them directly.
The text was updated successfully, but these errors were encountered:
ddcruver
changed the title
Schema definitions object should be generated regardless if they are referenced
Schema definitions should generated Java pojos regardless if they are referenced
May 20, 2019
The use case is that I have a type that uses an interface, defined outside of jsonschema2pojo, because jsonschema2pojo doesn't support generating of interfaces. I then attach a property with that interface as its type. I then define implementations of that interface in the definitions section, possibly not even in the same schema file.
I would like it to generate theses classes but it does not because no top-level object as defined by a schema file references them directly.
The text was updated successfully, but these errors were encountered: