This sounds like TypeConverter stuff. Take a look at that plugin interface and the numerous existing string converters.
On Fri, Feb 14, 2020 at 07:27 Volkan Yazıcı <volkan.yaz...@gmail.com> wrote: > Hello, > > Given a builder's @PluginBuilderAttribute field of type T, how can I > instruct the DI mechanism to employ a certain Function<String,T> > method for injection? > > Kind regards. > -- Matt Sicker <boa...@gmail.com>