Skip to content

Commit af99ca6

Browse files
committed
Added documentation about the avilability of the plugins
(3030)
1 parent fb979a8 commit af99ca6

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

docs/asciidoc/extensibility.adoc

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,36 @@ To explicitly state the extensibility points that are available:
5555
| for enriching parameters (see <<index.adoc#_example_parameterbuilderplugin,example>>)
5656
|===
5757

58+
.Swagger 2.0 specific plugins
59+
|===
60+
|Name| Description
61+
62+
| `WebMvcSwaggerTransformationFilter`
63+
| Specifically used with a servlet application, it is useful for transforming the generated open api.
64+
Out of the box it comes with one plugin that sets the host name and base path. Typically, this the most common
65+
thing to use this plugin for. Having said that this plugin has the power to rewrite the whole specification if required.
66+
67+
| `WebFluxSwaggerTransformationFilter`
68+
| Specifically used with a web flux application, it is useful for transforming the generated open api.
69+
Out of the box it comes with one plugin that sets the host name and base path. Typically, this the most common
70+
thing too use this plugin for. Having said that this plugin has the power to rewrite the whole specification if required.
71+
|===
72+
73+
.Open API 3.0 specific plugins
74+
|===
75+
|Name| Description
76+
77+
| `WebMvcOpenApiTransformationFilter`
78+
| Specifically used with a servlet application, it is useful for transforming the generated open api.
79+
Out of the box it comes with one plugin that sets the host name and base path. Typically, this the most common
80+
thing to use this plugin for. Having said that this plugin has the power to rewrite the whole specification if required.
81+
82+
| `WebFluxOpenApiTransformationFilter`
83+
| Specifically used with a web flux application, it is useful for transforming the generated open api.
84+
Out of the box it comes with one plugin that sets the host name and base path. Typically, this the most common
85+
thing to use this plugin for. Having said that this plugin has the power to rewrite the whole specification if required.
86+
|===
87+
5888

5989
=== Steps To Create A Plugin
6090

0 commit comments

Comments
 (0)