I have to set up swagger in Azure func V2. seen two options:-
1.Swashbuckle- But it seems to be C# specific.
2.Manually create swagger yaml and create a http trigger to call it thereby generating the swagger api doc.
does any dependency or package exist to implement swagger for azure funcs V2 in Java to avoid the manual implementation?