Re: Custom class reader for PluginBuilderAttribute

2020-02-14 Thread Matt Sicker
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ı wrote: > Hello, > > Given a builder's @PluginBuilderAttribute field of type T, how can I > instruct the DI mechanism to employ a cer

Re: Custom class reader for PluginBuilderAttribute

2020-02-14 Thread Ralph Goers
> On Feb 14, 2020, at 6:27 AM, Volkan Yazıcı wrote: > > Hello, > > Given a builder's @PluginBuilderAttribute field of type T, how can I > instruct the DI mechanism to employ a certain Function > method for injection? > I’m not sure I understand. I didn’t write the builder support but I had

Custom class reader for PluginBuilderAttribute

2020-02-14 Thread Volkan Yazıcı
Hello, Given a builder's @PluginBuilderAttribute field of type T, how can I instruct the DI mechanism to employ a certain Function method for injection? Kind regards.