Closed
Description
Hi,
In case assignableTypes is specified when creating @ControllerAdvice the swagger documentation should change the responses as specified in the @ControllerAdvice implementation selectively using assignableTypes .
Giving an Example- @ControllerAdvice(assignableTypes = {SampleController.class})
In swagger documentation this ControllerAdvice should not affect Controllers not in the assignableTypes list.
Also should likewise consider basePackages, basePackageClasses attribute in @ControllerAdvice
Is that a gud bug?
R