> On Feb 14, 2020, at 6:27 AM, 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?
>
I’m not sure I understand. I didn’t write the builder support but I had always
assumed that it used standard bean naming conventions for the setter method and
that the method required an argument that is of the same type and returns the
builder.
Ralph