Replies: 1 comment 1 reply
-
Hello there, I'll take a look on it but as we know, Java at runtime has no information about the generic's type because of type erasure, so this might cause the problem with the annotation processor. Hand written json files can be written, they are named |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Any idea about how to document a list of Java objects?
Let's say we have:
the configuration would be:
if Person has fields name and age.
spring-boot-configuration-processor simply generates a spring-configuration-metadata.json where the field people is of type List
Would it be possible to generate sample configuration like above ? Or is there any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions