You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a scenario where the response for API is getting formed using the aop concept. Here we have the return type of the API method as a bean and we are using the AOP to intercept this method and form the response using an annotation at the method layer.
Currently when we generate the doc , the response schema and example shows according to the return type i.e. the bean.
Is there a way to support use of customized annotation for response?
The text was updated successfully, but these errors were encountered:
Hi All,
We have a scenario where the response for API is getting formed using the aop concept. Here we have the return type of the API method as a bean and we are using the AOP to intercept this method and form the response using an annotation at the method layer.
Currently when we generate the doc , the response schema and example shows according to the return type i.e. the bean.
Is there a way to support use of customized annotation for response?
The text was updated successfully, but these errors were encountered: