Springfox allowed filtering of endpoints by method and class annotation, thereby allowing more granular filtering than the package or path filtering originally available in SpringDoc. As the implementation of an OpenApiMethodFilter has now been introduced into SpringDoc, the equivalent functionality of SpringDoc annotation filtering is now available, so a suitable example is now being included in the migration documentation.
Springfox allowed filtering of endpoints by method and class annotation, thereby allowing more granular filtering than the package or path filtering originally available in SpringDoc. As the implementation of an
OpenApiMethodFilter
has now been introduced into SpringDoc, the equivalent functionality of SpringDoc annotation filtering is now available, so a suitable example is now being included in the migration documentation.