Interface Injector<T>

All Known Implementing Classes:
SimpleInjector

public interface Injector<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initialize(T object, ValueProvider provider)
    Initializes an instance by setting values retrieved from the specified ValueProvider.
    Creates a new instance by searching for a ctor that can be matched using values from the specified value provider.