Skip to content

Commit

Permalink
Support dynamic evaluation of description field in the RequestBody an…
Browse files Browse the repository at this point in the history
…notation Fixes springdoc#2488
  • Loading branch information
kbos-work committed Jan 25, 2024
1 parent ea0f3c1 commit 31d2cb8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public class RequestBodyService {
* Instantiates a new Request body builder.
*
* @param parameterBuilder the parameter builder
* @param propertyResolverUtils the property resolver utils
*/
public RequestBodyService(GenericParameterService parameterBuilder, PropertyResolverUtils propertyResolverUtils) {
super();
Expand Down

0 comments on commit 31d2cb8

Please sign in to comment.