-
-
Notifications
You must be signed in to change notification settings - Fork 562
Open
Description
Describe the bug
Annotation @ExampleObject does not apply message keys like other annotations.
To Reproduce
I create the following api with the annotations on the parameters.
@Parameter(
description = "messagekey",
examples = {
@ExampleObject(
name = "messagekey",
summary = "messagekey",
value = "messagekey"
)
}
)
And I put the messagekeys in my locale resource
messagekey="Test message"
But the messagekeys are not replaced the in the @ExampleObject but it is for the description
Expected behavior
I expect the annotations to replace the message keys with the appropriate localization text which would be the same behavior as the other annotations.
Additional context
It is a similar issue to the following that was reported in the past #1355
Metadata
Metadata
Assignees
Labels
No labels
