Carsten Wickner
Carsten Wickner
I've been using `classmate` for type resolutions within my [victools/jsonschema-generator](https://github.com/victools/jsonschema-generator) library. Unfortunately, I've hit a snag. It's this particular piece of code in the `TypeResolver (lines 288-299)`: ```java for (int...
The motivation for this enhancement is this great [blog post from Phil Sturgeon](https://apisyouwonthate.com/blog/openapi-v31-and-json-schema-2019-09), describing how OpenAPI has been a subset and a superset of JSON Schema at the same time...
Hi Tatu, In the context of my JSON Schema Generator library, I've been asked to support the mix-ins registered on a given Jackson `ObjectMapper`, when resolving members via classmate. I...
The `reflections` library is no longer maintained. There is no point in employing workarounds to the "SubTypesScanner not found issue" (for reference, one would have to build the `reflections` differently...
This addresses the question raised in #525.