Skip to content

Commit ed410a8

Browse files
author
bnasslahsen
committed
Initial support of Webflux with Functional Endpoints
1 parent be2388d commit ed410a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

springdoc-openapi-webflux-core/src/main/java/org/springdoc/webflux/api/OpenApiResource.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,10 @@ protected void getPaths(Map<String, Object> restControllers) {
142142
}
143143
}
144144
}
145+
getRouterFunctionPaths();
146+
}
145147

148+
private void getRouterFunctionPaths() {
146149
ApplicationContext applicationContext = requestMappingHandlerMapping.getApplicationContext();
147150
Map<String, RouterFunction> routerBeans = applicationContext.getBeansOfType(RouterFunction.class);
148151

0 commit comments

Comments
 (0)