Is it possible to create a ConfigurationProperties bean in runtime after the spring context is ready?
Otherwise, is it possible to generate a ConfigurationProperties class at runtime (instrumentation) which will be collected to a ConfigurationProperties by spring in the post-process phase?
As I noticed, ConfigurationPropertiesBinder.class was public at the 2nd spring version.
However turned private recently. This class provided api to create and bind a ConfigurationPropertiesBean.
Thanks,