Extend supported data types in @Settings
objects
#4983
-
Currently, configuration objects can be injected directly using the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, No, as doing so will quickly require a full-blown databinding solution. If you want this type of behavior, you could create a custom config extension that interprets an entry as a reference to another source that can then be read, parsed, and bound to the Java type system. |
Beta Was this translation helpful? Give feedback.
Hi,
No, as doing so will quickly require a full-blown databinding solution. If you want this type of behavior, you could create a custom config extension that interprets an entry as …