DependencyInjector icon indicating copy to clipboard operation
DependencyInjector copied to clipboard

Allow to set custom object identifier builder

Open ljacqu opened this issue 8 years ago • 2 comments

After #48

ljacqu avatar Jun 13 '17 17:06 ljacqu

Hello, just wondering if with this issue achieved, this will be possible to access/register service with a String instead of Class? thanks.

ebuildy avatar Oct 07 '18 14:10 ebuildy

That‘s a great question. Essentially no, I just realize, since the methods on the Injector interface all use Class parameters. What‘s your use case and/or how would you ideally want to use Strings for classes? Just so we have some context :)

ljacqu avatar Oct 10 '18 16:10 ljacqu