sngular / scs-multiapi-plugin

This is a Maven plugin designed to help developers automatizing the creation of code classes from YML files based on AsyncApi and OpenAPI.
http://sngular.com
Mozilla Public License 2.0
48 stars 10 forks source link

[ASYNCAPI] Custom validators bug #248

Open marioTemprano opened 1 year ago

marioTemprano commented 1 year ago

In AsyncApi generator (we should check if in openApi generator its ok) the custom validators are bad placed and wrongly referenced.

In this image can be seen that the generated package name and the folder structure are different

image

This is how a custom validator is referenced and were its paced.

image

This is the async api file used for the screenshots. event-api.yml.zip