Replies: 1 comment
-
It works if I declare the original @Serdeable
public class LocStringDto extends HashMap<String, String> {
} OpenAPI is then name:
type: object
additionalProperties: true for a property of type LocStringDto which is then correctly written and read |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
with
it generates a field and constructor
which constructs a null value map from this string
Is there any option that I am not aware of to create code that would be able to read that data?
Beta Was this translation helpful? Give feedback.
All reactions