public interface ContainerInstanciator
| Modifier and Type | Method and Description |
|---|---|
<T> T |
newInstance(Class<T> cls,
ContainerContext context)
Creates a new instance of a container class and inject it.
|
<T> T newInstance(Class<T> cls, ContainerContext context)
T - type of the containercls - class of the object to createcontext - parent content for the newly created containerFluentInjectControl.inject(Object)Copyright © 2016 FluentLenium. All Rights Reserved.