NoSuchMethodError
in io.javalin.openapi.plugin.DefinitionConfiguration
#233
Labels
NoSuchMethodError
in io.javalin.openapi.plugin.DefinitionConfiguration
#233
I recently encountered the following exception (Javalin
6.3.0
), which occurs when trying to access the swagger UI:I would expect this not to throw such an exception, because the code compiles fine and the target method apparently exists.
Calling code looks like:
This looks like a bug, though I could be doing something wrong?
The text was updated successfully, but these errors were encountered: