public interface ContainerAdaptor extends Module
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getInstanceOfType(Class<T> type)
Obtain required type instance from container.
|
<T> List<T> |
getInstancesOfType(Class<T> type)
Obtain required type instances from container.
|
<T> T getInstanceOfType(Class<T> type)
type - required type.Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.