Skip to content

Commit f1bd32e

Browse files
committed
Changes report: fixes #1604 #1605
1 parent 57a8fa2 commit f1bd32e

File tree

1 file changed

+2
-1
lines changed
  • springdoc-openapi-starter-common/src/main/java/org/springdoc/core/configuration

1 file changed

+2
-1
lines changed

springdoc-openapi-starter-common/src/main/java/org/springdoc/core/configuration/SpringDocHints.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,8 @@
297297
io.swagger.v3.oas.models.links.Link.class,
298298
io.swagger.v3.oas.models.parameters.Parameter.class,
299299
io.swagger.v3.oas.models.Operation.class,
300-
io.swagger.v3.oas.models.headers.Header.class
300+
io.swagger.v3.oas.models.headers.Header.class,
301+
org.springframework.core.MethodParameter.class
301302
}, access = { TypeAccess.RESOURCE, TypeAccess.PUBLIC_CLASSES, TypeAccess.DECLARED_CLASSES, TypeAccess.DECLARED_CONSTRUCTORS, TypeAccess.PUBLIC_CONSTRUCTORS, TypeAccess.DECLARED_METHODS, TypeAccess.PUBLIC_METHODS
302303
, TypeAccess.PUBLIC_FIELDS, TypeAccess.DECLARED_FIELDS })
303304

0 commit comments

Comments
 (0)