Interface ObjectLocator<T extends DIProvider>

Type Parameters:
T - Тип DI провайдера

public interface ObjectLocator<T extends DIProvider>
Поиск объекта по DI провайдеру
  • Method Summary

    Modifier and Type
    Method
    Description
    locate(Class<?> targetClass, T provider)
     
    boolean
    match(DIProvider provider)
     
  • Method Details