External JAR & Type Mapping
Uses decompile and custom schema mapper when common module handler/DTO is outside the source tree.
Add jar based on class
Find the jar location from the code source of the specified class and decompile it with CFR to broaden the analysis scope of route/handler/type. It also provides addDecompileJar to add jar paths directly.
custom type schema
If the predicate returns true, it processes the schema of that type with custom mapping. This can be used for number and date wrappers where the JSON serialization format differs from the OpenAPI schema.
sourceClasspath
When the symbol solver cannot find external sources or compiled classes, use addSourceClasspath and sourceClasspath. Simply having an import does not allow the parser to interpret all generic types.