Skip to content

Commit 722b793

Browse files
authored
Merge pull request #1605 from tnaskali/master
fixes #1604
2 parents f5b6869 + a48213e commit 722b793

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

springdoc-openapi-native/src/main/java/org/springdoc/nativex/core/SpringDocHints.java

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

0 commit comments

Comments
 (0)