JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
net.n2oapp.framework.engine.data.java
Interface ObjectLocator<T extends
DIProvider
>
Type Parameters:
T
- Тип DI провайдера
public interface
ObjectLocator<T extends
DIProvider
>
Поиск объекта по DI провайдеру
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
locate
(
Class
<?> targetClass,
T
provider)
boolean
match
(
DIProvider
provider)
Method Details
locate
Object
locate
(
Class
<?> targetClass,
T
provider)
match
boolean
match
(
DIProvider
provider)