How to Bind Recursive Configuration Structures in Micronaut? #11872
Unanswered
alexey-lapin
asked this question in
Q&A
Replies: 1 comment
-
No, we calculate the properties path at the compilation time. The only way would be using Micronaut Serialization and having the beans annotated with |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am wondering if it is possible to bind arbitrarily nested recursive structures in Micronaut.
In Spring it is possible to do so:
Is there an equivalent or alternative way to achieve this in Micronaut?
Beta Was this translation helpful? Give feedback.
All reactions