File tree 6 files changed +13
-13
lines changed
6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>Getting S
107
107
</ div >
108
108
< div id ="footer ">
109
109
< div id ="footer-text ">
110
- Last updated 2025-05-04 17:38:06 +0200
110
+ Last updated 2025-05-04 17:47:09 +0200
111
111
</ div >
112
112
</ div >
113
113
</ div >
Original file line number Diff line number Diff line change @@ -641,7 +641,7 @@ <h3 id="_springdoc_openapi_bom"><a class="anchor" href="#_springdoc_openapi_bom"
641
641
</ div >
642
642
< div id ="footer ">
643
643
< div id ="footer-text ">
644
- Last updated 2025-05-04 17:38:06 +0200
644
+ Last updated 2025-05-04 17:47:09 +0200
645
645
</ div >
646
646
</ div >
647
647
</ div >
Original file line number Diff line number Diff line change @@ -653,7 +653,7 @@ <h3 id="_how_can_i_customise_the_openapi_object"><a class="anchor" href="#_how_c
653
653
< div class ="ulist ">
654
654
< ul >
655
655
< li >
656
- < p > < a href ="https://github.com/springdoc/springdoc-openapi/blob/master /springdoc-openapi-webmvc-core /src/test/java/test/org/springdoc/api/app39/SpringDocApp39Test .java " target ="_blank " rel ="noopener "> https://github.com/springdoc/springdoc-openapi/blob/master /springdoc-openapi-webflux-core /src/test/java/test/org/springdoc/api/app39/SpringDocTestApp.java</ a > </ p >
656
+ < p > < a href ="https://github.com/springdoc/springdoc-openapi/blob/main /springdoc-openapi-starter- webmvc-api /src/test/java/test/org/springdoc/api/v31/ app39/SpringDocTestApp .java " target ="_blank " rel ="noopener "> https://github.com/springdoc/springdoc-openapi/blob/main /springdoc-openapi-starter-webmvc-api /src/test/java/test/org/springdoc/api/v31 /app39/SpringDocTestApp.java</ a > </ p >
657
657
</ li >
658
658
</ ul >
659
659
</ div >
@@ -663,9 +663,9 @@ <h3 id="_how_can_i_customise_the_openapi_object"><a class="anchor" href="#_how_c
663
663
< div class ="listingblock ">
664
664
< div class ="content ">
665
665
< pre class ="highlight "> < code class ="language-java " data-lang ="java "> @Bean
666
- public OpenApiCustomiser consumerTypeHeaderOpenAPICustomiser () {
667
- return openApi -> openApi.getPaths().values().stream().flatMap(pathItem -> pathItem.readOperations().stream())
668
- .forEach(operation -> operation.addParametersItem(new HeaderParameter().$ref("#/components/parameters/myConsumerTypeHeader ")));
666
+ public OpenApiCustomizer customerGlobalHeaderOpenApiCustomizer () {
667
+ return openApi -> openApi.getPaths().values().stream().flatMap(pathItem -> pathItem.readOperations().stream())
668
+ .forEach(operation -> operation.addParametersItem(new HeaderParameter().$ref("#/components/parameters/myGlobalHeader ")));
669
669
}
670
670
</ code > </ pre >
671
671
</ div >
@@ -2002,7 +2002,7 @@ <h3 id="_why_am_i_getting_an_error_swagger_ui_unable_to_render_definition_when_o
2002
2002
</ div >
2003
2003
< div id ="footer ">
2004
2004
< div id ="footer-text ">
2005
- Last updated 2025-05-04 16:36:35 +0200
2005
+ Last updated 2025-05-04 17:48:15 +0200
2006
2006
</ div >
2007
2007
</ div >
2008
2008
</ div >
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>Getting S
96
96
</ div >
97
97
< div id ="footer ">
98
98
< div id ="footer-text ">
99
- Last updated 2025-05-04 17:38:06 +0200
99
+ Last updated 2025-05-04 17:47:09 +0200
100
100
</ div >
101
101
</ div >
102
102
</ div >
Original file line number Diff line number Diff line change @@ -2865,7 +2865,7 @@ <h3 id="how-can-i-customise-the-openapi-object"><a class="anchor" href="#how-can
2865
2865
< div class ="ulist ">
2866
2866
< ul >
2867
2867
< li >
2868
- < p > < a href ="https://github.com/springdoc/springdoc-openapi/blob/master /springdoc-openapi-webmvc-core /src/test/java/test/org/springdoc/api/app39/SpringDocApp39Test .java " target ="_blank " rel ="noopener "> https://github.com/springdoc/springdoc-openapi/blob/master /springdoc-openapi-webflux-core /src/test/java/test/org/springdoc/api/app39/SpringDocTestApp.java</ a > </ p >
2868
+ < p > < a href ="https://github.com/springdoc/springdoc-openapi/blob/main /springdoc-openapi-starter- webmvc-api /src/test/java/test/org/springdoc/api/v31/ app39/SpringDocTestApp .java " target ="_blank " rel ="noopener "> https://github.com/springdoc/springdoc-openapi/blob/main /springdoc-openapi-starter-webmvc-api /src/test/java/test/org/springdoc/api/v31 /app39/SpringDocTestApp.java</ a > </ p >
2869
2869
</ li >
2870
2870
</ ul >
2871
2871
</ div >
@@ -2875,9 +2875,9 @@ <h3 id="how-can-i-customise-the-openapi-object"><a class="anchor" href="#how-can
2875
2875
< div class ="listingblock ">
2876
2876
< div class ="content ">
2877
2877
< pre class ="highlight "> < code class ="language-java " data-lang ="java "> @Bean
2878
- public OpenApiCustomiser consumerTypeHeaderOpenAPICustomiser () {
2879
- return openApi -> openApi.getPaths().values().stream().flatMap(pathItem -> pathItem.readOperations().stream())
2880
- .forEach(operation -> operation.addParametersItem(new HeaderParameter().$ref("#/components/parameters/myConsumerTypeHeader ")));
2878
+ public OpenApiCustomizer customerGlobalHeaderOpenApiCustomizer () {
2879
+ return openApi -> openApi.getPaths().values().stream().flatMap(pathItem -> pathItem.readOperations().stream())
2880
+ .forEach(operation -> operation.addParametersItem(new HeaderParameter().$ref("#/components/parameters/myGlobalHeader ")));
2881
2881
}
2882
2882
</ code > </ pre >
2883
2883
</ div >
Original file line number Diff line number Diff line change @@ -564,7 +564,7 @@ <h3 id="_javadoc_support"><a class="anchor" href="#_javadoc_support"></a>Javadoc
564
564
</ div >
565
565
< div id ="footer ">
566
566
< div id ="footer-text ">
567
- Last updated 2025-05-04 17:38:06 +0200
567
+ Last updated 2025-05-04 17:47:09 +0200
568
568
</ div >
569
569
</ div >
570
570
</ div >
You can’t perform that action at this time.
0 commit comments