Joe Littlejohn

Results 164 comments of Joe Littlejohn
trafficstars

@MonsieurBon great to hear about apikana-java! Originally, the JSON schema spec dictated that when $ref is used, all other properties that appear alongside $ref MUST be ignored. This is because...

Do you have any idea what change is actually needed in this project? It's not clear to me why (in the error you pasted) the jsonschema2pojo plugin `generate` goal is...

I'm wondering if the problem here is actually that we are reading class files when we have no need to do so. How exactly is the Example class referenced in...

Could you try setting the sourceType to 'json'? The file you attached doesn't look like a json schema file.

I think maybe you want to use this: https://github.com/OpenAPITools/openapi-generator ? We don't support OpenAPI specs I'm afraid.

It may be a bit strange for us to create a chain of extending classes. There's no implied relationship between the 'allOf' classes so although 'extends' has the right effect...

@samskiter no progress on this front yet: https://groups.google.com/forum/#!topic/jsonschema2pojo-users/f5ijBuG04LM

@neilredway @ddossot We have a bit of a problem with the interface option because things like getters and setters are optional. At the class level (ignoring the interfaces for now)...

@neilredway In the example you've given of employee, candidate and newstarter, IEmployee and ICandidate presumably only exist in the case that newstarter references those schemas. If it does not, they...

What Gradle version are you using? From the README.md for the Gradle plugin: > For Gradle 7.3 and later, you can use the plugins DSL: > ... > For Gradle...